diff options
Diffstat (limited to 'llvm/test/CodeGen/ARM/bx_fold.ll')
-rw-r--r-- | llvm/test/CodeGen/ARM/bx_fold.ll | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/test/CodeGen/ARM/bx_fold.ll b/llvm/test/CodeGen/ARM/bx_fold.ll index 437b3189141..0e3e070a818 100644 --- a/llvm/test/CodeGen/ARM/bx_fold.ll +++ b/llvm/test/CodeGen/ARM/bx_fold.ll @@ -1,5 +1,5 @@ -; RUN: llvm-as < %s | llc -march=arm -; RUN: llvm-as < %s | llc -march=arm | not grep bx +; RUN: llc < %s -march=arm +; RUN: llc < %s -march=arm | not grep bx define void @test(i32 %Ptr, i8* %L) { entry: |