commit | aceb620de855485a4fb2eed343d880d76f6c701c | [log] [tgz] |
---|---|---|
author | Anton Korobeynikov <asl@math.spbu.ru> | Sun May 17 10:15:22 2009 +0000 |
committer | Anton Korobeynikov <asl@math.spbu.ru> | Sun May 17 10:15:22 2009 +0000 |
tree | a83f5ebb8a6e4006b73ac8f12f2c697b7454c669 | |
parent | 48839d9973f8f327bbd07babf62ac67f37010014 [diff] [blame] |
Typo git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@71975 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/lib/Target/MSP430/MSP430ISelLowering.cpp b/lib/Target/MSP430/MSP430ISelLowering.cpp index 1816586..387cebf 100644 --- a/lib/Target/MSP430/MSP430ISelLowering.cpp +++ b/lib/Target/MSP430/MSP430ISelLowering.cpp
@@ -468,7 +468,7 @@ } while (ShiftAmount--) - Victim = DAG.getNode((Opc == ISD::SRA ? MSP430ISD::RRA : MSP430ISD::RLA), + Victim = DAG.getNode((Opc == ISD::SHL ? MSP430ISD::RLA : MSP430ISD::RRA), dl, VT, Victim); return Victim;