diff options
Diffstat (limited to 'llvm/test/Feature/inlineasm.ll')
-rw-r--r-- | llvm/test/Feature/inlineasm.ll | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/llvm/test/Feature/inlineasm.ll b/llvm/test/Feature/inlineasm.ll index c34324a3eed..c8f59f24cf4 100644 --- a/llvm/test/Feature/inlineasm.ll +++ b/llvm/test/Feature/inlineasm.ll @@ -1,6 +1,6 @@ -; RUN: llvm-upgrade %s -o - | llvm-as -o /dev/null -f && -; RUN: llvm-upgrade < %s | llvm-as | llvm-dis > Output/t1.ll && -; RUN: llvm-as Output/t1.ll -o - | llvm-dis > Output/t2.ll && +; RUN: llvm-upgrade %s -o - | llvm-as -o /dev/null -f +; RUN: llvm-upgrade < %s | llvm-as | llvm-dis > Output/t1.ll +; RUN: llvm-as Output/t1.ll -o - | llvm-dis > Output/t2.ll ; RUN: diff Output/t1.ll Output/t2.ll |