Skip to content

Commit cd7725e

Browse files
Remove unused variable
Co-authored-by: Arun Jose <[email protected]>
1 parent 5d8d5fa commit cd7725e

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

third_party/intel/lib/LLVMIR/LLVMIRFreezeMaskedDivRem.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,6 @@ static bool processPhiNode(PHINode *PhiNode, BasicBlock &BB) {
3535
static bool runOnFunction(Function &F) {
3636
bool Changed = false;
3737

38-
SmallVector<PHINode *> PhiNodes;
3938
for (BasicBlock &BB : F) {
4039
for (Instruction &I : BB) {
4140
if (PHINode *PhiNode = dyn_cast<PHINode>(&I)) {

0 commit comments

Comments
 (0)