Fix indentation of generated code.

llvm-svn: 55876
This commit is contained in:
Evan Cheng 2008-09-07 08:23:06 +00:00
parent 4fb8cbebe4
commit 018d570cb8

View 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.