AVX-512: added arithmetic and logical operations.
[oota-llvm.git] / test / CodeGen / X86 / 2006-05-08-CoalesceSubRegClass.ll
index 900abe55cd213825fd0a24592922790b9e4e8369..8421483ecb556e546a7f651c0e415852a401d2ce 100644 (file)
@@ -1,7 +1,7 @@
 ; Coalescing from R32 to a subset R32_. Once another register coalescer bug is
 ; fixed, the movb should go away as well.
 
-; RUN: llvm-as < %s | llc -march=x86 -relocation-model=static | \
+; RUN: llc < %s -march=x86 -relocation-model=static | \
 ; RUN:   grep movl
 
 @B = external global i32               ; <i32*> [#uses=2]