diff options
Diffstat (limited to 'llvm/test/CodeGen/PowerPC/and_sext.ll')
-rw-r--r-- | llvm/test/CodeGen/PowerPC/and_sext.ll | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/test/CodeGen/PowerPC/and_sext.ll b/llvm/test/CodeGen/PowerPC/and_sext.ll index df48ccf0d7d..4179082b56f 100644 --- a/llvm/test/CodeGen/PowerPC/and_sext.ll +++ b/llvm/test/CodeGen/PowerPC/and_sext.ll @@ -1,6 +1,6 @@ ; These tests should not contain a sign extend. -; RUN: llc < %s -march=ppc32 | not grep extsh -; RUN: llc < %s -march=ppc32 | not grep extsb +; RUN: llc -verify-machineinstrs < %s -march=ppc32 | not grep extsh +; RUN: llc -verify-machineinstrs < %s -march=ppc32 | not grep extsb define i32 @test1(i32 %mode.0.i.0) { %tmp.79 = trunc i32 %mode.0.i.0 to i16 |