fix an x86 fast isel issue where we'd completely give up on folding an address
[oota-llvm.git] / test / CodeGen / MSP430 / 2009-05-17-Rot.ll
index c25a906308af000a5543590b2c49f9c85acd4813..d622aa71164b28810a46e553ae7dee409769476a 100644 (file)
@@ -1,4 +1,4 @@
-; RUN: llvm-as < %s | llc -march=msp430
+; RUN: llc < %s -march=msp430
 
 define i16 @rol1u16(i16 %x.arg) nounwind {
         %retval = alloca i16
@@ -14,4 +14,4 @@ define i16 @rol1u16(i16 %x.arg) nounwind {
 return:
         %6 = load i16* %retval
         ret i16 %6
-}
\ No newline at end of file
+}