aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Transforms/InstCombine/InstCombinePHI.cpp
Commit message (Expand)AuthorAgeFilesLines
* fix PR6512, a case where instcombine would incorrectly merge loadsChris Lattner2010-03-051-0/+2
* There are two ways of checking for a given type, for example isa<PointerType>(T)Duncan Sands2010-02-161-2/+2
* Add newline at EOF.Benjamin Kramer2010-01-051-1/+1
* split PHI node stuff out to InstCombinePHI.cppChris Lattner2010-01-051-0/+841