diff options
Diffstat (limited to 'test/CodeGen/SystemZ/fp-cmp-04.ll')
-rw-r--r-- | test/CodeGen/SystemZ/fp-cmp-04.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/SystemZ/fp-cmp-04.ll b/test/CodeGen/SystemZ/fp-cmp-04.ll index 781a3be..1637ccb 100644 --- a/test/CodeGen/SystemZ/fp-cmp-04.ll +++ b/test/CodeGen/SystemZ/fp-cmp-04.ll @@ -1,7 +1,7 @@ ; Test that floating-point compares are omitted if CC already has the ; right value. ; -; RUN: llc < %s -mtriple=s390x-linux-gnu -mcpu=z10 | FileCheck %s +; RUN: llc < %s -mtriple=s390x-linux-gnu -mcpu=z10 -no-integrated-as | FileCheck %s declare float @llvm.fabs.f32(float %f) |