diff options
Diffstat (limited to 'test/CodeGen/SystemZ/int-cmp-45.ll')
-rw-r--r-- | test/CodeGen/SystemZ/int-cmp-45.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/SystemZ/int-cmp-45.ll b/test/CodeGen/SystemZ/int-cmp-45.ll index 9c9c49c..c9affa6 100644 --- a/test/CodeGen/SystemZ/int-cmp-45.ll +++ b/test/CodeGen/SystemZ/int-cmp-45.ll @@ -1,7 +1,7 @@ ; Test that compares are omitted if CC already has the right value ; (z196 version). ; -; RUN: llc < %s -mtriple=s390x-linux-gnu -mcpu=z196 | FileCheck %s +; RUN: llc < %s -mtriple=s390x-linux-gnu -mcpu=z196 -no-integrated-as | FileCheck %s ; Addition provides enough for equality comparisons with zero. First teest ; the EQ case with LOC. |