Index: src/IceTargetLoweringARM32.h |
diff --git a/src/IceTargetLoweringARM32.h b/src/IceTargetLoweringARM32.h |
index b35649c6e83713e43522d7e63b7ea6ef0271497d..97a944c83698f16327f1e085f5b148c98f0b0bf7 100644 |
--- a/src/IceTargetLoweringARM32.h |
+++ b/src/IceTargetLoweringARM32.h |
@@ -418,6 +418,8 @@ protected: |
} |
} |
+ void _nop() { Context.insert<InstARM32Nop>(); } |
+ |
// Generates a vmov instruction to extract the given index from a vector |
// register. |
void _extractelement(Variable *Dest, Variable *Src0, uint32_t Index, |