rename indbr -> indirectbr to appease the residents of #llvm.
[oota-llvm.git] / lib / VMCore / Instruction.cpp
index c48e75c44531f31549160e2039c1fbbccd5002b1..879c073dffd01364e92fabfb52cd73ccd500826a 100644 (file)
@@ -103,7 +103,7 @@ const char *Instruction::getOpcodeName(unsigned OpCode) {
   case Ret:    return "ret";
   case Br:     return "br";
   case Switch: return "switch";
-  case IndBr:  return "indbr";
+  case IndirectBr: return "indirectbr";
   case Invoke: return "invoke";
   case Unwind: return "unwind";
   case Unreachable: return "unreachable";