split call handling out to InstCombineCalls.cpp

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@92707 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Chris Lattner 2010-01-05 07:32:13 +00:00
parent 16507fe9fd
commit 753a2b464d
3 changed files with 1133 additions and 1110 deletions

View File

@ -1,6 +1,7 @@
add_llvm_library(LLVMInstCombine add_llvm_library(LLVMInstCombine
InstructionCombining.cpp InstructionCombining.cpp
InstCombineAddSub.cpp InstCombineAddSub.cpp
InstCombineCalls.cpp
InstCombineCasts.cpp InstCombineCasts.cpp
InstCombineCompares.cpp InstCombineCompares.cpp
InstCombineLoadStoreAlloca.cpp InstCombineLoadStoreAlloca.cpp

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff