Insert ANY_EXTEND node instead of invalid truncate during DAG Combining (X & 1),
[oota-llvm.git] / test / CodeGen / MSP430 / 2009-05-17-Shift.ll
index b048bb3fd32acae1611688beed4206e31ebcc11b..e23df785166673ec579209ebe69afaa9c344077c 100644 (file)
@@ -1,4 +1,4 @@
-; RUN: llvm-as < %s | llc -march=msp430 | grep rra | count 1
+; RUN: llc < %s -march=msp430 | grep rra | count 1
 
 define i16 @lsr2u16(i16 %x.arg) nounwind {
         %retval = alloca i16
@@ -12,4 +12,4 @@ return:
         %3 = load i16* %retval
         ret i16 %3
 
-}
\ No newline at end of file
+}