diff options
Diffstat (limited to 'llvm/test/CodeGen/PowerPC/rotl.ll')
-rw-r--r-- | llvm/test/CodeGen/PowerPC/rotl.ll | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/llvm/test/CodeGen/PowerPC/rotl.ll b/llvm/test/CodeGen/PowerPC/rotl.ll index 671f524645a..35780de887c 100644 --- a/llvm/test/CodeGen/PowerPC/rotl.ll +++ b/llvm/test/CodeGen/PowerPC/rotl.ll @@ -1,7 +1,7 @@ -; RUN: llc < %s -march=ppc32 | grep rotrw: | count 1 -; RUN: llc < %s -march=ppc32 | grep rotlw: | count 1 -; RUN: llc < %s -march=ppc32 | grep rotlwi: | count 1 -; RUN: llc < %s -march=ppc32 | grep rotrwi: | count 1 +; RUN: llc -verify-machineinstrs < %s -march=ppc32 | grep rotrw: | count 1 +; RUN: llc -verify-machineinstrs < %s -march=ppc32 | grep rotlw: | count 1 +; RUN: llc -verify-machineinstrs < %s -march=ppc32 | grep rotlwi: | count 1 +; RUN: llc -verify-machineinstrs < %s -march=ppc32 | grep rotrwi: | count 1 define i32 @rotlw(i32 %x, i32 %sh) { entry: |