xref: /llvm-project/llvm/test/CodeGen/PowerPC/2004-11-30-shift-crash.ll (revision e2d2ce9ff1fabe751d3990af4bfa82cbf4998d41)
1; RUN: llc -verify-machineinstrs < %s -mtriple=ppc32--
2
3define void @main() {
4        %tr4 = shl i64 1, 0             ; <i64> [#uses=0]
5        ret void
6}
7
8