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:
3081db8
)
Remove a dead field from MachineInstr!
author
Chris Lattner
<sabre@nondot.org>
Thu, 12 Feb 2004 16:05:03 +0000
(16:05 +0000)
committer
Chris Lattner
<sabre@nondot.org>
Thu, 12 Feb 2004 16:05:03 +0000
(16:05 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@11347
91177308
-0d34-0410-b5e6-
96231b3b80d8
include/llvm/CodeGen/MachineInstr.h
patch
|
blob
|
history
diff --git
a/include/llvm/CodeGen/MachineInstr.h
b/include/llvm/CodeGen/MachineInstr.h
index 89731979a54fdf14d4c0a73dba61f7a0077df1c4..57edc7d43eba7dba167ac7fb2c9b743544e3af9a 100644
(file)
--- a/
include/llvm/CodeGen/MachineInstr.h
+++ b/
include/llvm/CodeGen/MachineInstr.h
@@
-333,7
+333,6
@@
private:
class MachineInstr {
int opCode; // the opcode
- unsigned opCodeFlags; // flags modifying instrn behavior
std::vector<MachineOperand> operands; // the operands
unsigned numImplicitRefs; // number of implicit operands
MachineInstr* prev, *next; // links for our intrusive list