[llvm-commits] CVS: llvm/lib/VMCore/Constants.cpp Instructions.cpp

2007-01-20 Thread Reid Spencer
Changes in directory llvm/lib/VMCore: Constants.cpp updated: 1.202 - 1.203 Instructions.cpp updated: 1.64 - 1.65 --- Log message: For PR970: http://llvm.org/PR970 : Clean up handling of isFloatingPoint() and dealing with PackedType. Patch by Gordon Henriksen! --- Diffs of the changes: (+31

[llvm-commits] CVS: llvm/lib/VMCore/Constants.cpp Instructions.cpp

2006-12-06 Thread Reid Spencer
Changes in directory llvm/lib/VMCore: Constants.cpp updated: 1.182 - 1.183 Instructions.cpp updated: 1.53 - 1.54 --- Log message: Provide a getOpcode() method on CmpInst to ensure the opcode is returned as the right type. Use this to shorten some code. --- Diffs of the changes: (+2 -4)