Index: src/IceAssemblerARM32.h |
diff --git a/src/IceAssemblerARM32.h b/src/IceAssemblerARM32.h |
index abf9b29d809ddec94ab4f60fa5beec7c06706346..514cb7882aa223cc19065cb699127b2413247eb1 100644 |
--- a/src/IceAssemblerARM32.h |
+++ b/src/IceAssemblerARM32.h |
@@ -150,6 +150,8 @@ public: |
void bkpt(uint16_t Imm16); |
+ void cmp(const Operand *OpRn, const Operand *OpSrc1, CondARM32::Cond Cond); |
+ |
void eor(const Operand *OpRd, const Operand *OpRn, const Operand *OpSrc1, |
bool SetFlags, CondARM32::Cond Cond); |