[llvm-commits] [SignlessTypes] CVS: llvm/include/llvm/Instruction.def
Reid Spencer
reid at x10sys.com
Sat Oct 21 02:00:01 PDT 2006
Changes in directory llvm/include/llvm:
Instruction.def updated: 1.19.6.3 -> 1.19.6.4
---
Log message:
Implement backwards compatibility in bytecode reader for signless types.
Bump bytecode writer version number (to 6).
Fix bugs in DIV -> SDIV/UDIV changes.
---
Diffs of the changes: (+0 -4)
Instruction.def | 4 ----
1 files changed, 4 deletions(-)
Index: llvm/include/llvm/Instruction.def
diff -u llvm/include/llvm/Instruction.def:1.19.6.3 llvm/include/llvm/Instruction.def:1.19.6.4
--- llvm/include/llvm/Instruction.def:1.19.6.3 Thu Oct 19 23:27:17 2006
+++ llvm/include/llvm/Instruction.def Sat Oct 21 03:59:42 2006
@@ -126,13 +126,9 @@
HANDLE_OTHER_INST(28, PHI , PHINode ) // PHI node instruction
HANDLE_OTHER_INST(29, Cast , CastInst ) // Type cast
HANDLE_OTHER_INST(30, Call , CallInst ) // Call a function
-
HANDLE_OTHER_INST(31, Shl , ShiftInst ) // Shift operations
HANDLE_OTHER_INST(32, Shr , ShiftInst )
-// 32 -> Empty slot used to be used for vanext in llvm 1.5 and before.
-// 33 -> Empty slot used to be used for vaarg in llvm 1.5 and before.
HANDLE_OTHER_INST(33, Select , SelectInst ) // select instruction
-
HANDLE_OTHER_INST(34, UserOp1, Instruction) // May be used internally in a pass
HANDLE_OTHER_INST(35, UserOp2, Instruction)
HANDLE_OTHER_INST(36, VAArg , VAArgInst ) // vaarg instruction
More information about the llvm-commits
mailing list