OSDN Git Service

Remove an unnnecessary LLVMContext argument in
authorDan Gohman <gohman@apple.com>
Mon, 5 Oct 2009 16:36:26 +0000 (16:36 +0000)
committerDan Gohman <gohman@apple.com>
Mon, 5 Oct 2009 16:36:26 +0000 (16:36 +0000)
commitc6f69e94fa46f585b59bb9d7ace3224b0e638c95
treef3872090404ff088929d722ca3bbe750fec2dc49
parente41a115e6a5c8c45122772557f04aa1917174c11
Remove an unnnecessary LLVMContext argument in
ConstantFoldLoadThroughGEPConstantExpr.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@83311 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/Analysis/ConstantFolding.h
lib/Analysis/ConstantFolding.cpp
lib/Transforms/IPO/GlobalOpt.cpp
lib/Transforms/Scalar/InstructionCombining.cpp
lib/Transforms/Scalar/SCCP.cpp
lib/Transforms/Utils/CloneFunction.cpp