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:
719c2fc
)
This field no longer exists
author
Chris Lattner
<sabre@nondot.org>
Thu, 20 Apr 2006 18:32:41 +0000
(18:32 +0000)
committer
Chris Lattner
<sabre@nondot.org>
Thu, 20 Apr 2006 18:32:41 +0000
(18:32 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@27899
91177308
-0d34-0410-b5e6-
96231b3b80d8
lib/CodeGen/MachineInstr.cpp
patch
|
blob
|
history
diff --git
a/lib/CodeGen/MachineInstr.cpp
b/lib/CodeGen/MachineInstr.cpp
index db4cbd3c4783231f02871c3b0381d785b75a32f9..973e3ec1e6ee0621e0235484078d9a2a341dae19 100644
(file)
--- a/
lib/CodeGen/MachineInstr.cpp
+++ b/
lib/CodeGen/MachineInstr.cpp
@@
-130,8
+130,6
@@
MachineInstr::SetMachineOperandConst(unsigned i,
MachineOperand::MachineOperandType opTy,
int intValue) {
assert(i < getNumOperands()); // must be explicit op
- assert(TargetInstrDescriptors[Opcode].resultPos != (int) i &&
- "immed. constant cannot be defined");
operands[i].opType = opTy;
operands[i].contents.value = NULL;