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 580903005: Subzero: Add branch optimization. (Closed) Base URL: https://chromium.googlesource.com/native_client/pnacl-subzero.git@master
Patch Set: Avoid the !! operator Created 6 years, 3 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 b15c4f1e5f157e3d4045540ce6662a345f47ef44..6aaf1f74e09f5f982b479aff3b8a9ba3b5b646fe 100644
--- a/src/IceTargetLowering.h
+++ b/src/IceTargetLowering.h
@@ -125,6 +125,7 @@ public:
void doNopInsertion();
// Lowers a single instruction.
void lower();
+ virtual void doBranchOpt(Inst * /*I*/, const CfgNode * /*NextNode*/) {}
// Returns a variable pre-colored to the specified physical
// register. This is generally used to get very direct access to

Powered by Google App Engine
This is Rietveld 408576698