*** empty log message ***
authorTanya Lattner <tonic@nondot.org>
Thu, 31 Jul 2003 05:06:09 +0000 (05:06 +0000)
committerTanya Lattner <tonic@nondot.org>
Thu, 31 Jul 2003 05:06:09 +0000 (05:06 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@7447 91177308-0d34-0410-b5e6-96231b3b80d8

lib/VMCore/Instruction.cpp

index a1ccddf4161384f2781eacacf0af2ff7f4c7da70..1a536427349c346b5d6c50d519245a52e66af7c9 100644 (file)
@@ -141,7 +141,7 @@ bool Instruction::isCommutative(unsigned op) {
 
 /// isTrappingInstruction - Return true if the instruction may trap.
 ///
-bool Instruction::isTrappingInstruction(unsigned op) {
+bool Instruction::isTrapping(unsigned op) {
   switch(op) {
   case Div:
   case Rem: