summaryrefslogtreecommitdiff
path: root/test/CodeGen/PowerPC/2004-11-30-shift-crash.ll
blob: 4294ad33d469e4f45b27e73f7750921b9a5698a3 (plain)
1
2
3
4
5
6
7
; RUN: llc -verify-machineinstrs < %s -mtriple=ppc32--

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