llvm/tools
Duncan Sands 1df9859c40 There are two ways of checking for a given type, for example isa<PointerType>(T)
and T->isPointerTy().  Convert most instances of the first form to the second form.
Requested by Chris.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@96344 91177308-0d34-0410-b5e6-96231b3b80d8
2010-02-16 11:11:14 +00:00
..
bugpoint There are two ways of checking for a given type, for example isa<PointerType>(T) 2010-02-16 11:11:14 +00:00
edis
gold
llc
lli
llvm-ar
llvm-as
llvm-bcanalyzer
llvm-config
llvm-dis
llvm-extract
llvm-ld
llvm-link
llvm-mc
llvm-nm
llvm-prof
llvm-ranlib
llvm-stub
llvmc Support some more Darwin-only options. 2010-02-13 22:37:13 +00:00
lto
opt
CMakeLists.txt
Makefile