PR7952: Make isa<> use the same logic as cast<>, so that they both work
authorEli Friedman <eli.friedman@gmail.com>
Sat, 21 May 2011 19:13:10 +0000 (19:13 +0000)
committerEli Friedman <eli.friedman@gmail.com>
Sat, 21 May 2011 19:13:10 +0000 (19:13 +0000)
commit21c60904ce6b937cb0c8744375e9c1a95fe0e495
treea86e8bbe1201edf9216470d4eb690bc8c895ba81
parentb22da2a72c51066a73134e0e5ff48877bd8d88c6
PR7952: Make isa<> use the same logic as cast<>, so that they both work
consistently.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@131803 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/Support/Casting.h
lib/Transforms/Scalar/SCCP.cpp