mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-08-11 10:25:41 +00:00
Eliminate a compile time warning.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@60145 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@@ -478,7 +478,7 @@ SDNode *PIC16TargetLowering::ExpandShift(SDNode *N, SelectionDAG &DAG) {
|
|||||||
SDVTList Tys;
|
SDVTList Tys;
|
||||||
SDValue ShfCom; // Shift Component - Lo component should be shifted
|
SDValue ShfCom; // Shift Component - Lo component should be shifted
|
||||||
SDValue RotCom; // Rotate Component- Hi component should be rotated
|
SDValue RotCom; // Rotate Component- Hi component should be rotated
|
||||||
PIC16ISD::NodeType ShfNode, RotNode;
|
PIC16ISD::NodeType ShfNode = PIC16ISD::Dummy, RotNode = PIC16ISD::Dummy;
|
||||||
|
|
||||||
// Currently handling Constant shift only
|
// Currently handling Constant shift only
|
||||||
if (Amt.getOpcode() != ISD::Constant)
|
if (Amt.getOpcode() != ISD::Constant)
|
||||||
|
Reference in New Issue
Block a user