Inline asm mult-alt constraint tests.
[oota-llvm.git] / test / CodeGen / X86 / longlong-deadload.ll
index a8e2c31d9481f4ffb64ad6774c14519a50acbf6c..9a4c8f21237b296b22532014e7a56c12b4e88570 100644 (file)
@@ -1,4 +1,4 @@
-; RUN: llvm-as < %s | llc -march=x86 | not grep '4{(%...)}
+; RUN: llc < %s -march=x86 | not grep '4{(%...)}
 ; This should not load or store the top part of *P.
 
 define void @test(i64* %P) nounwind  {