]> granicus.if.org Git - clang/commitdiff
TableGen: Remove extraneous '\' at EOL in generated tests.
authorJim Grosbach <grosbach@apple.com>
Wed, 30 May 2012 18:18:29 +0000 (18:18 +0000)
committerJim Grosbach <grosbach@apple.com>
Wed, 30 May 2012 18:18:29 +0000 (18:18 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@157700 91177308-0d34-0410-b5e6-96231b3b80d8

utils/TableGen/NeonEmitter.cpp

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