aboutsummaryrefslogtreecommitdiff
path: root/lib/Transforms/Utils/CmpInstAnalysis.cpp
AgeCommit message (Expand)Author
2013-01-02Move all of the header files which are involved in modelling the LLVM IRChandler Carruth
2012-02-07Convert assert(0) to llvm_unreachableCraig Topper
2012-01-17Remove unreachable code. (replace with llvm_unreachable to help GCC where nec...David Blaikie
2011-12-17Refactor code used in InstCombine::FoldAndOfICmps to new file.Pete Cooper