mirror of
https://github.com/RPCSX/llvm.git
synced 2025-04-02 08:11:54 +00:00
Fix unused variable warning.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@268867 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
e5f67907d9
commit
0c91669b71
@ -4980,7 +4980,6 @@ SDValue DAGCombiner::visitBSWAP(SDNode *N) {
|
||||
|
||||
SDValue DAGCombiner::visitBITREVERSE(SDNode *N) {
|
||||
SDValue N0 = N->getOperand(0);
|
||||
EVT VT = N->getValueType(0);
|
||||
|
||||
// fold (bitreverse (bitreverse x)) -> x
|
||||
if (N0.getOpcode() == ISD::BITREVERSE)
|
||||
|
Loading…
x
Reference in New Issue
Block a user