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

Unified Diff: src/IceCfg.h

Issue 1275953002: Fix translator handling of basic block indices. (Closed) Base URL: https://chromium.googlesource.com/native_client/pnacl-subzero.git@master
Patch Set: Created 5 years, 4 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
« no previous file with comments | « no previous file | src/IceCfg.cpp » ('j') | src/IceCfg.cpp » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/IceCfg.h
diff --git a/src/IceCfg.h b/src/IceCfg.h
index cf572c14f0824ee7bbee679606c15e675d6a6f1e..d4c9e79d6dd93aaa1803bec2e836b5714ea11754 100644
--- a/src/IceCfg.h
+++ b/src/IceCfg.h
@@ -90,6 +90,8 @@ public:
CfgNode *makeNode();
SizeT getNumNodes() const { return Nodes.size(); }
const NodeList &getNodes() const { return Nodes; }
+ // Replace nodes of cfg with given list of nodes.
Jim Stichnoth 2015/08/06 17:24:33 Should this be a "///" comment for doxygen?
Karl 2015/08/06 18:55:52 Done. Also renamed to swapNodes to better match fu
+ void replaceNodes(const NodeList &NewNodes);
/// @}
typedef int32_t IdentifierIndexType;
« no previous file with comments | « no previous file | src/IceCfg.cpp » ('j') | src/IceCfg.cpp » ('J')

Powered by Google App Engine
This is Rietveld 408576698