Remove operator cast method in favor of querying with the correct method.
authorBill Wendling <isanbard@gmail.com>
Sun, 14 Oct 2012 08:54:26 +0000 (08:54 +0000)
committerBill Wendling <isanbard@gmail.com>
Sun, 14 Oct 2012 08:54:26 +0000 (08:54 +0000)
commit7be7848e17f60825f5fbc177b8a25909a30ddb00
tree829167031026fff9cf34cb49fceda7e13bd9477b
parentfd8d62c0b449b9070dc18355ac243c7fa78d40d6
Remove operator cast method in favor of querying with the correct method.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@165899 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/Attributes.h
lib/AsmParser/LLParser.cpp
lib/Transforms/IPO/ArgumentPromotion.cpp
lib/Transforms/IPO/DeadArgumentElimination.cpp
lib/Transforms/InstCombine/InstCombineCalls.cpp
lib/VMCore/Attributes.cpp