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