Skip to content

Commit 573a083

Browse files
committed
[DAG] Remove unused variable 'VT' in DAGCombiner.cpp (NFC)
/llvm-project/llvm/lib/CodeGen/SelectionDAG/DAGCombiner.cpp:26896:7: error: unused variable 'VT' [-Werror,-Wunused-variable] EVT VT = N->getValueType(0); ^ 1 error generated.
1 parent bea3967 commit 573a083

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

llvm/lib/CodeGen/SelectionDAG/DAGCombiner.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26893,7 +26893,6 @@ SDValue DAGCombiner::foldSelectOfBinops(SDNode *N) {
2689326893
SDValue N0 = N->getOperand(0);
2689426894
SDValue N1 = N->getOperand(1);
2689526895
SDValue N2 = N->getOperand(2);
26896-
EVT VT = N->getValueType(0);
2689726896
SDLoc DL(N);
2689826897

2689926898
unsigned BinOpc = N1.getOpcode();

0 commit comments

Comments
 (0)