split the instcombine class definition out to a header shared
authorChris Lattner <sabre@nondot.org>
Mon, 4 Jan 2010 07:12:23 +0000 (07:12 +0000)
committerChris Lattner <sabre@nondot.org>
Mon, 4 Jan 2010 07:12:23 +0000 (07:12 +0000)
commitac8f2fd2e217d063d7ef57b8698894739f707431
treed97f3f3c46ac72bece9ff0b926730d800e128166
parent4de84762bde34dd142213444654f599759f2e5b2
split the instcombine class definition out to a header shared
among the instcombine library.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@92463 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Transforms/InstCombine/InstCombine.h [new file with mode: 0644]
lib/Transforms/InstCombine/InstructionCombining.cpp