Constant pointer refs are causing these to fail unnecessarily, which is causing
authorChris Lattner <sabre@nondot.org>
Fri, 31 Oct 2003 17:51:16 +0000 (17:51 +0000)
committerChris Lattner <sabre@nondot.org>
Fri, 31 Oct 2003 17:51:16 +0000 (17:51 +0000)
commitb10bed8a63cd23a096077d0a243cf161f160a336
tree6bcfd0cbe44f10db4353be6d25640c528c6f67be
parent3c3acaa9576d0116a27a2f59a1fbb939f309b3f7
Constant pointer refs are causing these to fail unnecessarily, which is causing
a lot of code to be pessimized.  I hate CPRs.  :(

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@9635 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/iOther.h
include/llvm/iTerminators.h
lib/VMCore/iCall.cpp