summaryrefslogtreecommitdiff
path: root/test/CodeGen/X86/bitcast.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/CodeGen/X86/bitcast.ll')
-rw-r--r--test/CodeGen/X86/bitcast.ll3
1 files changed, 1 insertions, 2 deletions
diff --git a/test/CodeGen/X86/bitcast.ll b/test/CodeGen/X86/bitcast.ll
index d7c78edb62..d8bc0695eb 100644
--- a/test/CodeGen/X86/bitcast.ll
+++ b/test/CodeGen/X86/bitcast.ll
@@ -1,5 +1,4 @@
-; RUN: llvm-upgrade < %s | llvm-as | llc &&
-; RUN: llvm-upgrade < %s | llvm-as | llc -march=x86 &&
+; RUN: llvm-upgrade < %s | llvm-as | llc -march=x86
; RUN: llvm-upgrade < %s | llvm-as | llc -march=x86-64
; PR1033