From 8aca4b13a896ba74456cb1c96229495fd8c31178 Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Sun, 9 Mar 2008 00:32:10 +0000 Subject: upgrade this test git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@48062 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/CodeGen/PowerPC/2004-11-29-ShrCrash.ll | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'test/CodeGen') diff --git a/test/CodeGen/PowerPC/2004-11-29-ShrCrash.ll b/test/CodeGen/PowerPC/2004-11-29-ShrCrash.ll index e2a00d1..70f294a 100644 --- a/test/CodeGen/PowerPC/2004-11-29-ShrCrash.ll +++ b/test/CodeGen/PowerPC/2004-11-29-ShrCrash.ll @@ -1,6 +1,6 @@ -; RUN: llvm-upgrade < %s | llvm-as | llc -march=ppc32 - -void %main() { - %tr1 = shr uint 1, ubyte 0 +; RUN: llvm-as < %s | llc -march=ppc32 +define void @test() { + %tr1 = lshr i32 1, 0 ; [#uses=0] ret void } + -- cgit v1.1