diff options
Diffstat (limited to 'test/CodeGen/PowerPC/fp_to_uint.ll')
-rw-r--r-- | test/CodeGen/PowerPC/fp_to_uint.ll | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/test/CodeGen/PowerPC/fp_to_uint.ll b/test/CodeGen/PowerPC/fp_to_uint.ll index 1360b62d273b..187d2d6ee1e9 100644 --- a/test/CodeGen/PowerPC/fp_to_uint.ll +++ b/test/CodeGen/PowerPC/fp_to_uint.ll @@ -1,4 +1,5 @@ -; RUN: llc < %s -march=ppc32 | grep fctiwz | count 1 +; RUN: llc < %s -mattr=-vsx -march=ppc32 | grep fctiwz | count 1 + define i16 @foo(float %a) { entry: |