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

Unified Diff: src/IceTargetLowering.h

Issue 870653002: Subzero: Initial implementation of multithreaded translation. (Closed) Base URL: https://chromium.googlesource.com/native_client/pnacl-subzero.git@master
Patch Set: Cleanup Created 5 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
Index: src/IceTargetLowering.h
diff --git a/src/IceTargetLowering.h b/src/IceTargetLowering.h
index f2e5863b255990720168040bb6940534692751fa..9953d0be9227e480f6ad81245d5cb4fd7fb69f26 100644
--- a/src/IceTargetLowering.h
+++ b/src/IceTargetLowering.h
@@ -202,7 +202,7 @@ public:
virtual void addProlog(CfgNode *Node) = 0;
virtual void addEpilog(CfgNode *Node) = 0;
- virtual void emitConstants() const = 0;
+ static void emitConstants(GlobalContext *Ctx);
virtual ~TargetLowering() {}

Powered by Google App Engine
This is Rietveld 408576698