summaryrefslogtreecommitdiffstats
path: root/llvm/test/Feature/minsize_attr.ll
Commit message (Collapse)AuthorAgeFilesLines
* Modify the LLVM assembly output so that it uses references to represent ↵Bill Wendling2013-02-201-1/+2
| | | | | | | | | | | function attributes. This makes the LLVM assembly look better. E.g.: define void @foo() #0 { ret void } attributes #0 = { nounwind noinline ssp } llvm-svn: 175605
* Change ForceSizeOpt attribute into MinSize attributeQuentin Colombet2012-10-301-0/+7
llvm-svn: 167020
OpenPOWER on IntegriCloud