Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(16)

Unified Diff: src/IceInstARM32.h

Issue 1638123002: Fix template method InstARM32FourAddrFP to only have one definition. (Closed) Base URL: https://chromium.googlesource.com/native_client/pnacl-subzero.git@master
Patch Set: Created 4 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | src/IceInstARM32.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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;
« no previous file with comments | « no previous file | src/IceInstARM32.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698