llvm-6502/test/CodeGen/CBackend/fneg.ll
Dan Gohman 9f5f322a03 Fix an erroneous check for isFNeg; the FNeg case is handled
a few lines later on.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@72904 91177308-0d34-0410-b5e6-96231b3b80d8
2009-06-04 23:43:29 +00:00

8 lines
120 B
LLVM

; RUN: llvm-as < %s | llc -march=c
define void @func() nounwind {
entry:
%0 = fsub double -0.0, undef
ret void
}