view test/CodeGen/PowerPC/2004-11-30-shift-crash.ll @ 120:1172e4bd9c6f

update 4.0.0
author mir3636
date Fri, 25 Nov 2016 19:14:25 +0900
parents 95c75e76d11b
children 803732b1fca8
line wrap: on
line source

; RUN: llc -verify-machineinstrs < %s -march=ppc32

define void @main() {
        %tr4 = shl i64 1, 0             ; <i64> [#uses=0]
        ret void
}