*** empty log message ***

llvm-svn: 7447
diff --git a/llvm/lib/VMCore/Instruction.cpp b/llvm/lib/VMCore/Instruction.cpp
index a1ccddf..1a53642 100644
--- a/llvm/lib/VMCore/Instruction.cpp
+++ b/llvm/lib/VMCore/Instruction.cpp
@@ -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: