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

Unified Diff: src/IceInstX86Base.h

Issue 1543573002: Subzero. X8664. Fixes filetype=asm. (Closed) Base URL: https://chromium.googlesource.com/native_client/pnacl-subzero.git@master
Patch Set: Moar refactoring. Enables xtests. Fixes xtest. Created 5 years 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
Index: src/IceInstX86Base.h
diff --git a/src/IceInstX86Base.h b/src/IceInstX86Base.h
index 0c36c498f933d9901d18c764dbe3fcdbd6be3571..69a316484ab751a6b0c50907cf586910c3ae0642 100644
--- a/src/IceInstX86Base.h
+++ b/src/IceInstX86Base.h
@@ -1151,6 +1151,8 @@ public:
return new (Func->allocate<InstX86Movzx>()) InstX86Movzx(Func, Dest, Src);
}
+ void emit(const Cfg *Func) const override;
+
void emitIAS(const Cfg *Func) const override;
private:

Powered by Google App Engine
This is Rietveld 408576698