| Index: src/IceTargetLoweringX8632.cpp
|
| diff --git a/src/IceTargetLoweringX8632.cpp b/src/IceTargetLoweringX8632.cpp
|
| index be26073c023b1bd8f69aa9679a51e760ae6bc3ce..ebf55f56d52d048eeadbae339ace4bea09dd6ff3 100644
|
| --- a/src/IceTargetLoweringX8632.cpp
|
| +++ b/src/IceTargetLoweringX8632.cpp
|
| @@ -254,7 +254,7 @@ void TargetX8632::emitGetIP(CfgNode *Node) {
|
|
|
| auto *GotFromPc = llvm::cast<ConstantRelocatable>(
|
| Ctx->getConstantSym(ImmSize, {AfterAddReloc, BeforeAddReloc},
|
| - GlobalOffsetTable, GlobalOffsetTable, true));
|
| + GlobalOffsetTable, GlobalOffsetTable));
|
|
|
| // Insert a new version of InstX86GetIP.
|
| Context.insert<Traits::Insts::GetIP>(CallDest);
|
|
|