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

llvm-svn: 165900
clang/lib/CodeGen/CodeGenModule.cpp