aboutsummaryrefslogtreecommitdiff
path: root/lib/Transforms/Utils/BypassSlowDivision.cpp
AgeCommit message (Expand)Author
2012-09-04BypassSlowDivision: Assign to reference, don't copy the object.Jakub Staszak
2012-09-04Fix my previous patch (r163164). It does now what it is supposed to do:Jakub Staszak
2012-09-04Return false if BypassSlowDivision doesn't change anything.Jakub Staszak
2012-09-04Generic Bypass Slow DivPreston Gurd