Ehsan Amiri | a538b0f | 2016-08-03 18:17:35 +0000 | [diff] [blame] | 1 | ; RUN: llc -verify-machineinstrs < %s -march=ppc32 |
Evan Cheng | be0429c | 2008-06-19 22:01:11 +0000 | [diff] [blame] | 2 | |
3 | define void @t() nounwind { | ||||
4 | call void null( ppc_fp128 undef ) | ||||
5 | unreachable | ||||
6 | } |