*** empty log message ***


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@7447 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/lib/VMCore/Instruction.cpp b/lib/VMCore/Instruction.cpp
index a1ccddf..1a53642 100644
--- a/lib/VMCore/Instruction.cpp
+++ b/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: