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

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: Merging with master 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 f6f330909e064a7c6837871fbd0c0d2b624bca27..e9f2351d62a3069059823909693d67722d2673bd 100644
--- a/src/IceCfg.h
+++ b/src/IceCfg.h
@@ -254,6 +254,13 @@ public:
Allocator->Deallocate(Array);
}
+ /// Update Phi labels with InEdges.
+ ///
+ /// The WASM translator cannot always determine the right incoming edge for a
+ /// 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