aboutsummaryrefslogtreecommitdiffstats
path: root/test/Transforms/IPConstantProp/2009-09-24-byval-ptr.ll
Commit message (Expand)AuthorAgeFilesLines
* more test cleanupChris Lattner2010-09-021-2/+2
* Constant propagating byval pointer is safe if function is readonly.Torok Edwin2009-09-241-2/+18
* Don't constant propagate byval pointers, since they are not really pointers, butTorok Edwin2009-09-241-0/+24