summaryrefslogtreecommitdiff
path: root/test/CodeGen/PowerPC/2008-06-19-LegalizerCrash.ll
blob: d337e377309883e005033004473ba60f7746ad86 (plain)
1
2
3
4
5
6
; RUN: llvm-as < %s | llc -march=ppc32

define void @t() nounwind {
	call void null( ppc_fp128 undef )
	unreachable
}