Skip to content

Commit 0f0f0ff

Browse files
committed
[NFC] Remove unused variable after 94c988b
1 parent 31ffdb5 commit 0f0f0ff

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

llvm/lib/Target/VE/VEISelLowering.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -648,7 +648,6 @@ SDValue VETargetLowering::LowerCall(TargetLowering::CallLoweringInfo &CLI,
648648
// PC-relative references to external symbols should go through $stub.
649649
// If so, we need to prepare GlobalBaseReg first.
650650
const TargetMachine &TM = DAG.getTarget();
651-
const Module *Mod = DAG.getMachineFunction().getFunction().getParent();
652651
const GlobalValue *GV = nullptr;
653652
auto *CalleeG = dyn_cast<GlobalAddressSDNode>(Callee);
654653
if (CalleeG)

0 commit comments

Comments
 (0)