mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-12-28 22:43:29 +00:00
Eliminate a compile time warning.
llvm-svn: 60145
This commit is contained in:
parent
ee5e950c25
commit
7db1955286
@ -478,7 +478,7 @@ SDNode *PIC16TargetLowering::ExpandShift(SDNode *N, SelectionDAG &DAG) {
|
||||
SDVTList Tys;
|
||||
SDValue ShfCom; // Shift Component - Lo component should be shifted
|
||||
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
|
||||
if (Amt.getOpcode() != ISD::Constant)
|
||||
|
Loading…
Reference in New Issue
Block a user