[llvm-commits] [llvm] r55876 - /llvm/trunk/utils/TableGen/FastISelEmitter.cpp
Evan Cheng
evan.cheng at apple.com
Sun Sep 7 01:23:06 PDT 2008
Author: evancheng
Date: Sun Sep 7 03:23:06 2008
New Revision: 55876
URL: http://llvm.org/viewvc/llvm-project?rev=55876&view=rev
Log:
Fix indentation of generated code.
Modified:
llvm/trunk/utils/TableGen/FastISelEmitter.cpp
Modified: llvm/trunk/utils/TableGen/FastISelEmitter.cpp
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/utils/TableGen/FastISelEmitter.cpp?rev=55876&r1=55875&r2=55876&view=diff
==============================================================================
--- llvm/trunk/utils/TableGen/FastISelEmitter.cpp (original)
+++ llvm/trunk/utils/TableGen/FastISelEmitter.cpp Sun Sep 7 03:23:06 2008
@@ -444,7 +444,7 @@
}
if (HasPred)
- OS << "}\n";
+ OS << " }\n";
}
// Return 0 if none of the predicates were satisfied.
More information about the llvm-commits
mailing list