diff options
Diffstat (limited to 'llvm/test/CodeGen/PowerPC/2004-11-29-ShrCrash.ll')
-rw-r--r-- | llvm/test/CodeGen/PowerPC/2004-11-29-ShrCrash.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/PowerPC/2004-11-29-ShrCrash.ll b/llvm/test/CodeGen/PowerPC/2004-11-29-ShrCrash.ll index f95465cfc53..7e21b511a94 100644 --- a/llvm/test/CodeGen/PowerPC/2004-11-29-ShrCrash.ll +++ b/llvm/test/CodeGen/PowerPC/2004-11-29-ShrCrash.ll @@ -1,4 +1,4 @@ -; RUN: llc < %s -march=ppc32 +; RUN: llc -verify-machineinstrs < %s -march=ppc32 define void @test() { %tr1 = lshr i32 1, 0 ; <i32> [#uses=0] ret void |