diff options
Diffstat (limited to 'llvm/test/CodeGen/PowerPC/vcmp-fold.ll')
-rw-r--r-- | llvm/test/CodeGen/PowerPC/vcmp-fold.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/PowerPC/vcmp-fold.ll b/llvm/test/CodeGen/PowerPC/vcmp-fold.ll index ee167083d4d..607106ee4cf 100644 --- a/llvm/test/CodeGen/PowerPC/vcmp-fold.ll +++ b/llvm/test/CodeGen/PowerPC/vcmp-fold.ll @@ -1,6 +1,6 @@ ; This should fold the "vcmpbfp." and "vcmpbfp" instructions into a single ; "vcmpbfp.". -; RUN: llc < %s -march=ppc32 -mcpu=g5 | grep vcmpbfp | count 1 +; RUN: llc -verify-machineinstrs < %s -march=ppc32 -mcpu=g5 | grep vcmpbfp | count 1 define void @test(<4 x float>* %x, <4 x float>* %y, i32* %P) { |