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

Unified Diff: src/IceCfg.h

Issue 1837663002: Initial Subzero WASM prototype. (Closed) Base URL: https://chromium.googlesource.com/native_client/pnacl-subzero.git@master
Patch Set: Cleanup Created 4 years, 9 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/IceCfg.h
diff --git a/src/IceCfg.h b/src/IceCfg.h
index 95d79bcba2e554b7453a1412b63e6cb5e9ea2b2e..143b4a7f1a905e1039117c7e68159461c4db4f63 100644
--- a/src/IceCfg.h
+++ b/src/IceCfg.h
@@ -263,6 +263,13 @@ public:
Allocator->Deallocate(Array);
}
+ /// Update Phi labels with InEdges.
+ ///
+ /// The WASM translater cannot always determine the right incoming edge for a
Jim Stichnoth 2016/03/29 17:49:57 translator
Eric Holk 2016/03/29 22:58:07 Done.
+ /// value. The fixPhiNodes pass fills in the correct information once
+ /// everything is known.
+ void fixPhiNodes();
+
private:
friend class CfgAllocatorTraits; // for Allocator access.

Powered by Google App Engine
This is Rietveld 408576698