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