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

Unified Diff: src/IceTargetLoweringX8632.h

Issue 641193002: Introduce the notion of function addresses in Subzero. (Closed) Base URL: https://chromium.googlesource.com/native_client/pnacl-subzero.git@master
Patch Set: Clean up code and fix nits. Created 6 years, 2 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
Index: src/IceTargetLoweringX8632.h
diff --git a/src/IceTargetLoweringX8632.h b/src/IceTargetLoweringX8632.h
index 271d4a2fe5886681dc398e67cd948ab49f51363a..d84f4681c296c74ac827d99620cb2e5c7742afa7 100644
--- a/src/IceTargetLoweringX8632.h
+++ b/src/IceTargetLoweringX8632.h
@@ -487,8 +487,7 @@ public:
return new TargetGlobalInitX8632(Ctx);
}
- virtual void lower(const GlobalAddress &Addr,
- bool DisableTranslation) override;
+ virtual void lower(const GlobalVariable &Vbl, bool DisableTranslation) final;
protected:
TargetGlobalInitX8632(GlobalContext *Ctx);

Powered by Google App Engine
This is Rietveld 408576698