aboutsummaryrefslogtreecommitdiff
path: root/lib/Transforms/Utils/Mem2Reg.cpp
AgeCommit message (Expand)Author
2003-04-23Remove unnecesary &*'sChris Lattner
2003-03-03Change the mem2reg interface to accept a TargetData argumentChris Lattner
2003-02-22Split mem2reg promotion into two parts: a function which does the work, andChris Lattner