diff options
Diffstat (limited to 'llvm/test/CodeGen/X86/bitcast.ll')
-rw-r--r-- | llvm/test/CodeGen/X86/bitcast.ll | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/llvm/test/CodeGen/X86/bitcast.ll b/llvm/test/CodeGen/X86/bitcast.ll index d7c78edb62f..d8bc0695eb0 100644 --- a/llvm/test/CodeGen/X86/bitcast.ll +++ b/llvm/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 |