When checking for sret-demotion, it needs to use legal types. When using the return...
[oota-llvm.git] / test / CodeGen / X86 / i128-ret.ll
index d9bddc9c6b3b83c3a9595d311b06443d0f0221f6..277f4283328b623a06457ae9b44a8fcafbb2f582 100644 (file)
@@ -1,5 +1,5 @@
-; RUN: llvm-as < %s | llc -march=x86-64 | grep {movq 8(%rdi), %rdx}
-; RUN: llvm-as < %s | llc -march=x86-64 | grep {movq (%rdi), %rax}
+; RUN: llc < %s -march=x86-64 | grep {movq     8(%rdi), %rdx}
+; RUN: llc < %s -march=x86-64 | grep {movq     (%rdi), %rax}
 
 define i128 @test(i128 *%P) {
         %A = load i128* %P