xref: /llvm-project/llvm/test/CodeGen/PowerPC/2008-06-19-LegalizerCrash.ll (revision e2d2ce9ff1fabe751d3990af4bfa82cbf4998d41)
1; RUN: llc -verify-machineinstrs < %s -mtriple=ppc32--
2
3define void @t() nounwind {
4	call void null( ppc_fp128 undef )
5	unreachable
6}
7