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