Skip to content

Commit de1fede

Browse files
committed
split PHI node stuff out to InstCombinePHI.cpp
llvm-svn: 92682
1 parent 27acfcd commit de1fede

File tree

3 files changed

+842
-821
lines changed

3 files changed

+842
-821
lines changed

llvm/lib/Transforms/InstCombine/CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ add_llvm_library(LLVMInstCombine
22
InstructionCombining.cpp
33
InstCombineCasts.cpp
44
InstCombineCompares.cpp
5+
InstCombinePHI.cpp
56
InstCombineSimplifyDemanded.cpp
67
)
78

0 commit comments

Comments
 (0)