Change casts from old style to new style. This helps document the details
authorReid Spencer <rspencer@reidspencer.com>
Sun, 12 Aug 2007 08:12:35 +0000 (08:12 +0000)
committerReid Spencer <rspencer@reidspencer.com>
Sun, 12 Aug 2007 08:12:35 +0000 (08:12 +0000)
commit276222a5ae189ed5c6a2afb248d4c8f0335585b4
tree091ab79822fefb238e55ea959e4c1a2c19f7e6cb
parent98147a306e9b3be6d52ad26f7836b89f46be99cb
Change casts from old style to new style. This helps document the details
better, gives the compiler a chance to validate the cast and reduces warnings
if the user turns on -Wold-style-cast option.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@41033 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/ADT/DenseMap.h
include/llvm/ADT/SmallVector.h
include/llvm/Analysis/Dominators.h
include/llvm/Analysis/LoopInfo.h
include/llvm/Assembly/PrintModulePass.h
include/llvm/GlobalValue.h
include/llvm/Pass.h
include/llvm/PassManagers.h
include/llvm/PassSupport.h
include/llvm/SymbolTableListTraits.h
include/llvm/Target/TargetData.h