Remove the -color-ss-with-regs option.
[oota-llvm.git] / test / CodeGen / XCore / unaligned_store.ll
index 120d6529ece3aa102eac35e69a0757050ebe87c5..62078e6f607786e3db53373a83d8ee8918554b5e 100644 (file)
@@ -1,4 +1,4 @@
-; RUN: llvm-as < %s | llc -march=xcore > %t1.s
+; RUN: llc < %s -march=xcore > %t1.s
 ; RUN: grep "bl __misaligned_store" %t1.s | count 1
 ; RUN: grep st16 %t1.s | count 2
 ; RUN: grep shr %t1.s | count 1