TableGen: Remove extraneous '\' at EOL in generated tests.

llvm-svn: 157700
This commit is contained in:
Jim Grosbach 2012-05-30 18:18:29 +00:00
parent 1622a99e58
commit 6acd46f5e9
1 changed files with 1 additions and 1 deletions

View File

@ -1507,7 +1507,7 @@ static std::string GenTest(const std::string &name,
s.push_back(arg); s.push_back(arg);
comma = ", "; comma = ", ";
} }
s += ") { \\\n "; s += ") {\n ";
if (proto[0] != 'v') if (proto[0] != 'v')
s += "return "; s += "return ";