Fix an erroneous check for isFNeg; the FNeg case is handled
authorDan Gohman <gohman@apple.com>
Thu, 4 Jun 2009 23:43:29 +0000 (23:43 +0000)
committerDan Gohman <gohman@apple.com>
Thu, 4 Jun 2009 23:43:29 +0000 (23:43 +0000)
commit9f5f322a032cc22b5375cf698ac58fe7644547c0
treeefe7e3aa1209bbd333ccbebb456d6748b3241a92
parent40e233f103f7aa43f99dd6ee24ed8a22d5d1ea38
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
lib/Target/CBackend/CBackend.cpp
test/CodeGen/CBackend/fneg.ll [new file with mode: 0644]