If errno doesn't matter (e.g. in -ffast-math scenarios), sqrt* should be
authorChris Lattner <sabre@nondot.org>
Thu, 21 Jul 2005 01:09:27 +0000 (01:09 +0000)
committerChris Lattner <sabre@nondot.org>
Thu, 21 Jul 2005 01:09:27 +0000 (01:09 +0000)
commit47183e51c26bee385e53b5a09721455711a1effa
tree2e646b7a063a75717d458151eb25cfad81315248
parentadeb43ddf4eac9e75b7c8e79fa832f72922a2926
If errno doesn't matter (e.g. in -ffast-math scenarios), sqrt* should be
compiled to llvm.sqrt.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@22488 91177308-0d34-0410-b5e6-96231b3b80d8
test/CFrontend/2005-07-20-SqrtNoErrno.c [new file with mode: 0644]