Introduce isOpaqueTy and use it rather than isa<OpaqueType>. Also, move some
authorDuncan Sands <baldrick@free.fr>
Tue, 16 Feb 2010 14:50:09 +0000 (14:50 +0000)
committerDuncan Sands <baldrick@free.fr>
Tue, 16 Feb 2010 14:50:09 +0000 (14:50 +0000)
commit47c5188789bc40671504ed1fa3a44765cefba44f
treeaa7ba3ba385313b3bab11086a15dbb6081cf05d2
parent1df9859c40492511b8aa4321eb76496005d3b75b
Introduce isOpaqueTy and use it rather than isa<OpaqueType>.  Also, move some
methods to try to have the type predicates be more logically positioned.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@96349 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/Type.h
lib/AsmParser/LLParser.cpp
lib/Linker/LinkModules.cpp
lib/Target/CBackend/CBackend.cpp
lib/Target/MSIL/MSILWriter.cpp
lib/VMCore/AsmWriter.cpp
lib/VMCore/ConstantFold.cpp
lib/VMCore/Function.cpp
lib/VMCore/Type.cpp
lib/VMCore/Value.cpp