Do not form ldrd / strd if the two dests / srcs are the same. Code clean up.
[oota-llvm.git] / lib / Analysis / IVUsers.cpp
2009-06-15 Dan GohmanCode cleanups. getSCEVAtScope no longer uses SCEVCouldN...
2009-05-13 Duncan SandsAvoid getting a compiler warning
2009-05-12 Dan GohmanFactor the code for collecting IV users out of LSR...