diff options
Diffstat (limited to 'llvm/test/CodeGen/SystemZ/loop-02.ll')
-rw-r--r-- | llvm/test/CodeGen/SystemZ/loop-02.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/SystemZ/loop-02.ll b/llvm/test/CodeGen/SystemZ/loop-02.ll index deaa042086c..3bc761930f4 100644 --- a/llvm/test/CodeGen/SystemZ/loop-02.ll +++ b/llvm/test/CodeGen/SystemZ/loop-02.ll @@ -1,7 +1,7 @@ ; Test BRCTH. ; RUN: llc < %s -verify-machineinstrs -mtriple=s390x-linux-gnu -mcpu=z196 \ -; RUN: -no-integrated-as | FileCheck %s +; RUN: -no-integrated-as -disable-block-placement | FileCheck %s ; Test a loop that should be converted into dbr form and then use BRCTH. define void @f2(i32 *%src, i32 *%dest) { |