diff options
Diffstat (limited to 'llvm/test/CodeGen/Mips/blez_bgez.ll')
-rw-r--r-- | llvm/test/CodeGen/Mips/blez_bgez.ll | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/test/CodeGen/Mips/blez_bgez.ll b/llvm/test/CodeGen/Mips/blez_bgez.ll index 84c8af45db8..e9f63ed21d0 100644 --- a/llvm/test/CodeGen/Mips/blez_bgez.ll +++ b/llvm/test/CodeGen/Mips/blez_bgez.ll @@ -1,5 +1,5 @@ -; RUN: llc -march=mipsel < %s | FileCheck %s -; RUN: llc -march=mips64el < %s | FileCheck %s +; RUN: llc -march=mipsel -enable-shrink-wrap=false < %s | FileCheck %s +; RUN: llc -march=mips64el -enable-shrink-wrap=false < %s | FileCheck %s ; CHECK-LABEL: test_blez: ; CHECK: blez ${{[0-9]+}}, {{\$|\.L}}BB |