[llvm-commits] CVS: llvm/lib/Target/X86/InstSelectSimple.cpp
Chris Lattner
lattner at cs.uiuc.edu
Mon Apr 5 21:14:01 PDT 2004
Changes in directory llvm/lib/Target/X86:
InstSelectSimple.cpp updated: 1.208 -> 1.209
---
Log message:
Fix typeo
---
Diffs of the changes: (+1 -1)
Index: llvm/lib/Target/X86/InstSelectSimple.cpp
diff -u llvm/lib/Target/X86/InstSelectSimple.cpp:1.208 llvm/lib/Target/X86/InstSelectSimple.cpp:1.209
--- llvm/lib/Target/X86/InstSelectSimple.cpp:1.208 Mon Apr 5 21:11:49 2004
+++ llvm/lib/Target/X86/InstSelectSimple.cpp Mon Apr 5 21:13:25 2004
@@ -1782,7 +1782,7 @@
}
// Finally, handle the general case now.
- static const unsigned OpcodeTab[][4] = {
+ static const unsigned OpcodeTab[][5] = {
// Arithmetic operators
{ X86::ADD8rr, X86::ADD16rr, X86::ADD32rr, X86::FpADD, X86::ADD32rr },// ADD
{ X86::SUB8rr, X86::SUB16rr, X86::SUB32rr, X86::FpSUB, X86::SUB32rr },// SUB
More information about the llvm-commits
mailing list