Index: src/IceInstX8632.h |
diff --git a/src/IceInstX8632.h b/src/IceInstX8632.h |
index bee9843d649f3cb6f789e176cb591731796883be..976ccc4d316b3c5dc11fdf615032e16900adc7c7 100644 |
--- a/src/IceInstX8632.h |
+++ b/src/IceInstX8632.h |
@@ -265,6 +265,7 @@ public: |
static const char *getWidthString(Type Ty); |
static const char *getFldString(Type Ty); |
+ static CondX86::BrCond getOppositeCondition(CondX86::BrCond Cond); |
void dump(const Cfg *Func) const override; |
protected: |