Eliminate several more unnecessary intptr_t casts.
authorDan Gohman <gohman@apple.com>
Wed, 18 Feb 2009 05:09:16 +0000 (05:09 +0000)
committerDan Gohman <gohman@apple.com>
Wed, 18 Feb 2009 05:09:16 +0000 (05:09 +0000)
commit865f006bb45a609e1cb6acb653af3fe5442ee4dc
tree0071ecd9b57dcc912f9cbfee237f2ed3e1335582
parent38ad0191e9d1a9887ee355afe12d22b38a608f72
Eliminate several more unnecessary intptr_t casts.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@64888 91177308-0d34-0410-b5e6-96231b3b80d8
16 files changed:
docs/WritingAnLLVMPass.html
include/llvm/Analysis/LoopInfo.h
include/llvm/Analysis/LoopVR.h
include/llvm/CodeGen/MachineLoopInfo.h
include/llvm/PassManagers.h
include/llvm/Target/TargetData.h
lib/CodeGen/GCMetadata.cpp
lib/CodeGen/GCStrategy.cpp
lib/CodeGen/MachineDominators.cpp
lib/Transforms/Scalar/DCE.cpp
lib/VMCore/PrintModulePass.cpp
tools/bugpoint/TestPasses.cpp
tools/opt/AnalysisWrappers.cpp
tools/opt/GraphPrinters.cpp
tools/opt/PrintSCC.cpp
tools/opt/opt.cpp