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

Tanya Brethour tbrethou at niobe.cs.uiuc.edu
Thu Jul 31 00:07:02 PDT 2003


Changes in directory llvm/lib/VMCore:

Instruction.cpp updated: 1.23 -> 1.24

---
Log message:

(null)

---
Diffs of the changes:

Index: llvm/lib/VMCore/Instruction.cpp
diff -u llvm/lib/VMCore/Instruction.cpp:1.23 llvm/lib/VMCore/Instruction.cpp:1.24
--- llvm/lib/VMCore/Instruction.cpp:1.23	Wed Jul 30 23:05:36 2003
+++ llvm/lib/VMCore/Instruction.cpp	Thu Jul 31 00:06:09 2003
@@ -141,7 +141,7 @@
 
 /// isTrappingInstruction - Return true if the instruction may trap.
 ///
-bool Instruction::isTrappingInstruction(unsigned op) {
+bool Instruction::isTrapping(unsigned op) {
   switch(op) {
   case Div:
   case Rem:





More information about the llvm-commits mailing list