Fix indentation of generated code.
authorEvan Cheng <evan.cheng@apple.com>
Sun, 7 Sep 2008 08:23:06 +0000 (08:23 +0000)
committerEvan Cheng <evan.cheng@apple.com>
Sun, 7 Sep 2008 08:23:06 +0000 (08:23 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@55876 91177308-0d34-0410-b5e6-96231b3b80d8

utils/TableGen/FastISelEmitter.cpp

index 6f47c633e164beaedc0d60c3052962e0151cfef4..7f8a358bc3e20d228e97678f66c8f737b705bb62 100644 (file)
@@ -444,7 +444,7 @@ void FastISelMap::PrintFunctionDefinitions(std::ostream &OS) {
               }
               
               if (HasPred)
-                OS << "}\n";
+                OS << "  }\n";
               
             }
             // Return 0 if none of the predicates were satisfied.