| Index: src/IceInstARM32.h | 
| diff --git a/src/IceInstARM32.h b/src/IceInstARM32.h | 
| index 680c30a2d1114ee9757bf03356201c14237cc4e1..461fa48ccb0482f210a1a3e365b80decaa03a3f4 100644 | 
| --- a/src/IceInstARM32.h | 
| +++ b/src/IceInstARM32.h | 
| @@ -588,10 +588,7 @@ public: | 
| return; | 
| emitThreeAddr(Opcode, this, Func, SetFlags); | 
| } | 
| -  void emitIAS(const Cfg *Func) const override { | 
| -    (void)Func; | 
| -    llvm::report_fatal_error("Not yet implemented"); | 
| -  } | 
| +  void emitIAS(const Cfg *Func) const override; | 
| void dump(const Cfg *Func) const override { | 
| if (!BuildDefs::dump()) | 
| return; | 
|  |