A target that doesn't support these intrinsics will still meet spec (the
authorChris Lattner <sabre@nondot.org>
Sat, 14 Feb 2004 04:52:06 +0000 (04:52 +0000)
committerChris Lattner <sabre@nondot.org>
Sat, 14 Feb 2004 04:52:06 +0000 (04:52 +0000)
commitcc42d2c3ccd17a82c3c0abc95a720e183e84dbdd
tree890b107ec01b60dae5b31f5a6e7299d768517531
parent9f87a6ce6fabac312162752805d07aed3a04d48b
A target that doesn't support these intrinsics will still meet spec (the
intrinsic will always produce zero), but it will behave unexpectedly, so
warn like GCC does.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@11444 91177308-0d34-0410-b5e6-96231b3b80d8
lib/CodeGen/IntrinsicLowering.cpp
lib/VMCore/IntrinsicLowering.cpp