Handle sqrt in CannotBeNegativeZero. absf and absl
authorDale Johannesen <dalej@apple.com>
Fri, 25 Sep 2009 20:54:50 +0000 (20:54 +0000)
committerDale Johannesen <dalej@apple.com>
Fri, 25 Sep 2009 20:54:50 +0000 (20:54 +0000)
commit9d06175a15a61b977ebbabd0d9cc738ebfa7870c
treeb45ebe487228f15d0f8cb7e43ffab530d15f31ec
parentc76909abfec876c6b751d693ebd3df07df686aa0
Handle sqrt in CannotBeNegativeZero.  absf and absl
appear to be misspellings, removed in favor of fabs*.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@82796 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Analysis/ValueTracking.cpp
test/Transforms/InstCombine/no-negzero.ll [new file with mode: 0644]