diff options
Diffstat (limited to 'llvm/test/CodeGen/X86/cmp-test.ll')
-rw-r--r-- | llvm/test/CodeGen/X86/cmp-test.ll | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/llvm/test/CodeGen/X86/cmp-test.ll b/llvm/test/CodeGen/X86/cmp-test.ll index 7a7ec08d18b..78d8d8f3d8a 100644 --- a/llvm/test/CodeGen/X86/cmp-test.ll +++ b/llvm/test/CodeGen/X86/cmp-test.ll @@ -1,5 +1,4 @@ -; RUN: llvm-upgrade < %s | llvm-as | llc -march=x86 && -; RUN: llvm-upgrade < %s | llvm-as | llc -march=x86 | grep cmp | wc -l | grep 1 && +; RUN: llvm-upgrade < %s | llvm-as | llc -march=x86 | grep cmp | wc -l | grep 1 ; RUN: llvm-upgrade < %s | llvm-as | llc -march=x86 | grep test | wc -l | grep 1 int %f1(int %X, int* %y) { |