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 | 59be96cd5856996a675b55f432c1d3cf06483b13 (patch) | |
tree | 0ba76abf2aa61e14d42e2f9e241ef2a715b831a0 /utils/TableGen | |
parent | 111b30eb46576eab890511cf55a68d6172bd7537 (diff) | |
download | external_llvm-59be96cd5856996a675b55f432c1d3cf06483b13.zip external_llvm-59be96cd5856996a675b55f432c1d3cf06483b13.tar.gz external_llvm-59be96cd5856996a675b55f432c1d3cf06483b13.tar.bz2 |
Fix indentation of generated code.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@55876 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'utils/TableGen')
-rw-r--r-- | utils/TableGen/FastISelEmitter.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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 @@ void FastISelMap::PrintFunctionDefinitions(std::ostream &OS) { } if (HasPred) - OS << "}\n"; + OS << " }\n"; } // Return 0 if none of the predicates were satisfied. |