blob: 7dec3d9e09c2c3d8358eac92d6006f61560255de [file] [log] [blame]
Dan Gohmanfce288f2009-09-09 00:09:15 +00001; RUN: llc < %s -march=c
Dan Gohman9f5f3222009-06-04 23:43:29 +00002
3define void @func() nounwind {
4 entry:
5 %0 = fsub double -0.0, undef
6 ret void
7}