summaryrefslogtreecommitdiff
path: root/utils
diff options
context:
space:
mode:
authorEvan Cheng <evan.cheng@apple.com>2008-09-07 08:23:06 +0000
committerEvan Cheng <evan.cheng@apple.com>2008-09-07 08:23:06 +0000
commitd07b46e9080c0c2b965e5a618c13fa2a25131c86 (patch)
tree0ba76abf2aa61e14d42e2f9e241ef2a715b831a0 /utils
parent34fc6ceb73ed9e6acaa40c86b0b68684b95cca23 (diff)
downloadllvm-d07b46e9080c0c2b965e5a618c13fa2a25131c86.tar.gz
llvm-d07b46e9080c0c2b965e5a618c13fa2a25131c86.tar.bz2
llvm-d07b46e9080c0c2b965e5a618c13fa2a25131c86.tar.xz
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')
-rw-r--r--utils/TableGen/FastISelEmitter.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/TableGen/FastISelEmitter.cpp b/utils/TableGen/FastISelEmitter.cpp
index 6f47c633e1..7f8a358bc3 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.