Do not function resolve intrinsics. This prevents warnings and possible bad
authorChris Lattner <sabre@nondot.org>
Fri, 18 Jun 2004 05:50:48 +0000 (05:50 +0000)
committerChris Lattner <sabre@nondot.org>
Fri, 18 Jun 2004 05:50:48 +0000 (05:50 +0000)
commite5ad50b2e8ee0fae2e1078276a7e2f3a306f66de
tree9caa111ab5daab84673a821be899e9baf71ab296
parenteaf10c82423ffb8a836e8a8e691874116aeae8f2
Do not function resolve intrinsics.  This prevents warnings and possible bad
things from happening due to

declare bool %llvm.isunordered(double, double)
declare bool %llvm.isunordered(float, float)

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@14219 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Transforms/IPO/FunctionResolution.cpp