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

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