Index: src/IceInstARM32.h |
diff --git a/src/IceInstARM32.h b/src/IceInstARM32.h |
index 1ee183106c325c8ba182dba9efbaa5a536c6a20c..e65ef4aaec4515579d7f3d7094ef529bec943a60 100644 |
--- a/src/IceInstARM32.h |
+++ b/src/IceInstARM32.h |
@@ -252,6 +252,7 @@ public: |
Adc, |
Add, |
And, |
+ Bic, |
Br, |
Call, |
Cmp, |
@@ -510,6 +511,7 @@ private: |
typedef InstARM32ThreeAddrGPR<InstARM32::Adc> InstARM32Adc; |
typedef InstARM32ThreeAddrGPR<InstARM32::Add> InstARM32Add; |
typedef InstARM32ThreeAddrGPR<InstARM32::And> InstARM32And; |
+typedef InstARM32ThreeAddrGPR<InstARM32::Bic> InstARM32Bic; |
typedef InstARM32ThreeAddrGPR<InstARM32::Eor> InstARM32Eor; |
typedef InstARM32ThreeAddrGPR<InstARM32::Lsl> InstARM32Lsl; |
typedef InstARM32ThreeAddrGPR<InstARM32::Mul> InstARM32Mul; |