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

Unified Diff: src/IceLiveness.h

Issue 1221643012: Subzero: Add -Wshadow to the build. (Closed) Base URL: https://chromium.googlesource.com/native_client/pnacl-subzero.git@master
Patch Set: Code review changes Created 5 years, 5 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/IceLiveness.h
diff --git a/src/IceLiveness.h b/src/IceLiveness.h
index 7fcad253a8d04618f3a9d5f3076747179d90952b..89abf62b10491603b9d9fa1a0b1f2dfe73df2ba3 100644
--- a/src/IceLiveness.h
+++ b/src/IceLiveness.h
@@ -61,7 +61,7 @@ class Liveness {
};
public:
- Liveness(Cfg *Func, LivenessMode Mode) : Func(Func), Mode(Mode) {}
+ Liveness(Cfg *MyFunc, LivenessMode MyMode) : Func(MyFunc), Mode(MyMode) {}
void init();
Cfg *getFunc() const { return Func; }
LivenessMode getMode() const { return Mode; }
« src/IceInst.h ('K') | « src/IceInstX86BaseImpl.h ('k') | src/IceOperand.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698