split and/or/xor out into one overly-large (2000LOC) file. However, I think

it does make sense to keep them together, at least for now.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@92711 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Chris Lattner 2010-01-05 07:50:36 +00:00
parent d3c5b2d322
commit 25f2a23b4a
3 changed files with 1978 additions and 1963 deletions

View File

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

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff