diff options
author | Evan Cheng <evan.cheng@apple.com> | 2008-09-07 08:23:06 +0000 |
---|---|---|
committer | Evan Cheng <evan.cheng@apple.com> | 2008-09-07 08:23:06 +0000 |
commit | 09638d34a571204d663cbe73f0d3650460a32a5e (patch) | |
tree | 87370441143abc8a23f944c50e6679bb6256457d /llvm/utils/TableGen/FastISelEmitter.cpp | |
parent | 7cab17af29ad637533737b9e1b767f76c49893f5 (diff) | |
download | bcm5719-llvm-09638d34a571204d663cbe73f0d3650460a32a5e.tar.gz bcm5719-llvm-09638d34a571204d663cbe73f0d3650460a32a5e.zip |
Fix indentation of generated code.
llvm-svn: 55876
Diffstat (limited to 'llvm/utils/TableGen/FastISelEmitter.cpp')
-rw-r--r-- | llvm/utils/TableGen/FastISelEmitter.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/utils/TableGen/FastISelEmitter.cpp b/llvm/utils/TableGen/FastISelEmitter.cpp index 6f47c633e16..7f8a358bc3e 100644 --- a/llvm/utils/TableGen/FastISelEmitter.cpp +++ b/llvm/utils/TableGen/FastISelEmitter.cpp @@ -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. |