Index: src/IceTargetLoweringX8664.cpp |
diff --git a/src/IceTargetLoweringX8664.cpp b/src/IceTargetLoweringX8664.cpp |
index 28304a9c77a40c5caa449986c60c3a34926b2fd5..da39d1869b956dbf2634d5c28370e81bc31670e4 100644 |
--- a/src/IceTargetLoweringX8664.cpp |
+++ b/src/IceTargetLoweringX8664.cpp |
@@ -198,7 +198,7 @@ void TargetX8664::_mov_sp(Operand *NewValue) { |
void TargetX8664::_push_rbp() { |
assert(NeedSandboxing); |
- Constant *_0 = Ctx->getConstantZero(IceType_i32); |
+ Constant *_0 = getConstantZero(IceType_i32); |
Variable *ebp = |
getPhysicalRegister(Traits::RegisterSet::Reg_ebp, IceType_i32); |
Variable *rsp = |