commit | 59be96cd5856996a675b55f432c1d3cf06483b13 | [log] [tgz] |
---|---|---|
author | Evan Cheng <evan.cheng@apple.com> | Sun Sep 07 08:23:06 2008 +0000 |
committer | Evan Cheng <evan.cheng@apple.com> | Sun Sep 07 08:23:06 2008 +0000 |
tree | 0ba76abf2aa61e14d42e2f9e241ef2a715b831a0 | |
parent | 111b30eb46576eab890511cf55a68d6172bd7537 [diff] [blame] |
Fix indentation of generated code. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@55876 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/utils/TableGen/FastISelEmitter.cpp b/utils/TableGen/FastISelEmitter.cpp index 6f47c63..7f8a358 100644 --- a/utils/TableGen/FastISelEmitter.cpp +++ b/utils/TableGen/FastISelEmitter.cpp
@@ -444,7 +444,7 @@ } if (HasPred) - OS << "}\n"; + OS << " }\n"; } // Return 0 if none of the predicates were satisfied.