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