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

Unified Diff: src/IceCfgNode.h

Issue 1221643012: Subzero: Add -Wshadow to the build. (Closed) Base URL: https://chromium.googlesource.com/native_client/pnacl-subzero.git@master
Patch Set: Change the previous underscore naming style Created 5 years, 6 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/IceCfgNode.h
diff --git a/src/IceCfgNode.h b/src/IceCfgNode.h
index 3afc446d2bc9dbaaed7f1dccad45e9f319fabc4b..d78577db03739a6442b3ff36546d2b054031fc29 100644
--- a/src/IceCfgNode.h
+++ b/src/IceCfgNode.h
@@ -87,9 +87,9 @@ public:
InstNumberT LastInstNum);
void contractIfEmpty();
void doBranchOpt(const CfgNode *NextNode);
- void emit(Cfg *Func) const;
- void emitIAS(Cfg *Func) const;
- void dump(Cfg *Func) const;
+ void emit() const;
+ void emitIAS() const;
+ void dump() const;
void profileExecutionCount(VariableDeclaration *Var);

Powered by Google App Engine
This is Rietveld 408576698