OSDN Git Service

fix a pasto
authorChris Lattner <sabre@nondot.org>
Wed, 18 Apr 2007 03:01:40 +0000 (03:01 +0000)
committerChris Lattner <sabre@nondot.org>
Wed, 18 Apr 2007 03:01:40 +0000 (03:01 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@36242 91177308-0d34-0410-b5e6-96231b3b80d8

lib/CodeGen/SelectionDAG/TargetLowering.cpp

index ff27b12..90cf86f 100644 (file)
@@ -583,7 +583,7 @@ bool TargetLowering::SimplifyDemandedBits(SDOperand Op, uint64_t DemandedMask,
           SDOperand NewSA = 
             TLO.DAG.getConstant(ShAmt-C1, Op.getOperand(1).getValueType());
           MVT::ValueType VT = Op.getValueType();
-          return TLO.CombineTo(Op, TLO.DAG.getNode(ISD::SRL, VT,
+          return TLO.CombineTo(Op, TLO.DAG.getNode(Opc, VT,
                                                    InOp.getOperand(0), NewSA));
         }
       }