blob: d337e377309883e005033004473ba60f7746ad86 [file] [log] [blame]
Evan Chengb7ba44b2008-06-19 22:01:11 +00001; RUN: llvm-as < %s | llc -march=ppc32
2
3define void @t() nounwind {
4 call void null( ppc_fp128 undef )
5 unreachable
6}