Change the representation of MCCFIInstruction.
[oota-llvm.git] / include / llvm / MC / MCInstrAnalysis.h
index 8f3c499b1c7382276416ca218f4a0303aa8d3d87..acad6336aca736bd8b547f79b1787edde59c8136 100644 (file)
@@ -33,7 +33,7 @@ public:
   }
 
   virtual bool isConditionalBranch(const MCInst &Inst) const {
-    return Info->get(Inst.getOpcode()).isBranch();
+    return Info->get(Inst.getOpcode()).isConditionalBranch();
   }
 
   virtual bool isUnconditionalBranch(const MCInst &Inst) const {