Chromium Code Reviews| Index: src/IceInstARM32.h |
| diff --git a/src/IceInstARM32.h b/src/IceInstARM32.h |
| index eda1fe4b2683f25d3b6c3ecbff0107f88322bd92..cca59d01c3110d29f3adbca7a2baf7f27e1a7f3d 100644 |
| --- a/src/IceInstARM32.h |
| +++ b/src/IceInstARM32.h |
| @@ -835,7 +835,7 @@ public: |
| return; |
| emitFourAddrFP(Opcode, this, Func); |
| } |
| - void emitIAS(const Cfg *Func) const override { emitUsingTextFixup(Func); } |
| + void emitIAS(const Cfg *Func) const override; |
| void dump(const Cfg *Func) const override { |
| if (!BuildDefs::dump()) |
| return; |