diff options
Diffstat (limited to 'llvm/test/CodeGen/PowerPC/and-elim.ll')
-rw-r--r-- | llvm/test/CodeGen/PowerPC/and-elim.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/PowerPC/and-elim.ll b/llvm/test/CodeGen/PowerPC/and-elim.ll index f1738b2c151..1706b3ca92c 100644 --- a/llvm/test/CodeGen/PowerPC/and-elim.ll +++ b/llvm/test/CodeGen/PowerPC/and-elim.ll @@ -1,4 +1,4 @@ -; RUN: llc < %s -march=ppc32 | not grep rlwin +; RUN: llc -verify-machineinstrs < %s -march=ppc32 | not grep rlwin define void @test(i8* %P) { %W = load i8, i8* %P |