[llvm-commits] CVS: llvm/lib/Target/X86/InstSelectSimple.cpp
Chris Lattner
lattner at cs.uiuc.edu
Wed Dec 4 11:19:01 PST 2002
Changes in directory llvm/lib/Target/X86:
InstSelectSimple.cpp updated: 1.48 -> 1.49
---
Log message:
Remove think-o assertion
---
Diffs of the changes:
Index: llvm/lib/Target/X86/InstSelectSimple.cpp
diff -u llvm/lib/Target/X86/InstSelectSimple.cpp:1.48 llvm/lib/Target/X86/InstSelectSimple.cpp:1.49
--- llvm/lib/Target/X86/InstSelectSimple.cpp:1.48 Wed Dec 4 11:15:34 2002
+++ llvm/lib/Target/X86/InstSelectSimple.cpp Wed Dec 4 11:18:30 2002
@@ -140,8 +140,6 @@
BuildMI(BB, X86::MOVir32, 1, Reg).addReg(GV);
} else if (Argument *A = dyn_cast<Argument>(V)) {
std::cerr << "ERROR: Arguments not implemented in SimpleInstSel\n";
- } else {
- assert(0 && "Don't know how to handle a value of this type!");
}
return Reg;
More information about the llvm-commits
mailing list