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:
f7fb31e
)
Don't fill in fields that no longer exist.
author
Chris Lattner
<sabre@nondot.org>
Thu, 20 Apr 2006 18:32:22 +0000
(18:32 +0000)
committer
Chris Lattner
<sabre@nondot.org>
Thu, 20 Apr 2006 18:32:22 +0000
(18:32 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@27898
91177308
-0d34-0410-b5e6-
96231b3b80d8
utils/TableGen/InstrInfoEmitter.cpp
patch
|
blob
|
history
diff --git
a/utils/TableGen/InstrInfoEmitter.cpp
b/utils/TableGen/InstrInfoEmitter.cpp
index 22ac58df597a84497d3d2ca7fb861fed50339810..ad043bdc1049ae96d7a0e200aee18730d493f86d 100644
(file)
--- a/
utils/TableGen/InstrInfoEmitter.cpp
+++ b/
utils/TableGen/InstrInfoEmitter.cpp
@@
-181,8
+181,7
@@
void InstrInfoEmitter::emitRecord(const CodeGenInstruction &Inst, unsigned Num,
unsigned ItinClass = !IsItineraries ? 0 :
ItinClassNumber(Inst.TheDef->getValueAsDef("Itinerary")->getName());
- OS << "\",\t" << NumOperands << ", -1, 0, false, 0, 0, "
- << ItinClass
+ OS << "\",\t" << NumOperands << ", " << ItinClass
<< ", 0";
// Emit all of the target indepedent flags...