summaryrefslogtreecommitdiff
path: root/test/CodeGen/X86/i128-ret.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/CodeGen/X86/i128-ret.ll')
-rw-r--r--test/CodeGen/X86/i128-ret.ll4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/CodeGen/X86/i128-ret.ll b/test/CodeGen/X86/i128-ret.ll
index 50c4e0f6bb..d9bddc9c6b 100644
--- a/test/CodeGen/X86/i128-ret.ll
+++ b/test/CodeGen/X86/i128-ret.ll
@@ -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: llvm-as < %s | llc -march=x86-64 | grep {movq 8(%rdi), %rdx}
+; RUN: llvm-as < %s | llc -march=x86-64 | grep {movq (%rdi), %rax}
define i128 @test(i128 *%P) {
%A = load i128* %P