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. |