summaryrefslogtreecommitdiffstats
path: root/clang/test/CodeGen/attr-func-def.c
Commit message (Collapse)AuthorAgeFilesLines
* Update clang for D20348Peter Collingbourne2016-06-141-2/+2
| | | | | | Differential Revision: http://reviews.llvm.org/D20339 llvm-svn: 272710
* Remove attributes minsize and optsize, which conflict with optnone.Akira Hatanaka2015-09-211-0/+18
This commit fixes an assert that is triggered when optnone is being added to an IR function that is already marked with minsize and optsize. rdar://problem/22723716 Differential Revision: http://reviews.llvm.org/D13004 llvm-svn: 248191
OpenPOWER on IntegriCloud