projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f4137b5
)
Fix indentation in FastISel tablegen-emitted code.
author
Dan Gohman
<gohman@apple.com>
Tue, 19 Aug 2008 20:31:38 +0000
(20:31 +0000)
committer
Dan Gohman
<gohman@apple.com>
Tue, 19 Aug 2008 20:31:38 +0000
(20:31 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@55003
91177308
-0d34-0410-b5e6-
96231b3b80d8
utils/TableGen/FastISelEmitter.cpp
patch
|
blob
|
history
diff --git
a/utils/TableGen/FastISelEmitter.cpp
b/utils/TableGen/FastISelEmitter.cpp
index 437383ba8b287769c04d79a9f8c15d7ef81e955e..c45a8b5d48bfd1ef2071ac8c721989fe73724335 100644
(file)
--- a/
utils/TableGen/FastISelEmitter.cpp
+++ b/
utils/TableGen/FastISelEmitter.cpp
@@
-265,7
+265,7
@@
void FastISelEmitter::run(std::ostream &OS) {
OS << ");\n";
}
- OS << "unsigned FastEmit_";
+ OS << "
unsigned FastEmit_";
Operands.PrintManglingSuffix(OS);
OS << "(MVT::SimpleValueType VT, ISD::NodeType Opcode";
if (!Operands.empty())