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

Unified Diff: src/IceTargetLowering.h

Issue 589003002: Subzero: Refactor tracking of Defs and block-local Variables. (Closed) Base URL: https://chromium.googlesource.com/native_client/pnacl-subzero.git@master
Patch Set: Code review updates Created 6 years, 3 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/IceTargetLowering.h
diff --git a/src/IceTargetLowering.h b/src/IceTargetLowering.h
index 7383fff4811906c63dd57651254d22bb36235f30..99716be9981272f092c4c9648fa599d4811c1f1b 100644
--- a/src/IceTargetLowering.h
+++ b/src/IceTargetLowering.h
@@ -172,7 +172,7 @@ public:
virtual const llvm::SmallBitVector &getRegisterSetForType(Type Ty) const = 0;
void regAlloc();
- virtual void emitVariable(const Variable *Var, const Cfg *Func) const = 0;
+ virtual void emitVariable(const Variable *Var) const = 0;
// Performs target-specific argument lowering.
virtual void lowerArguments() = 0;
« src/IceOperand.cpp ('K') | « src/IceOperand.cpp ('k') | src/IceTargetLowering.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698