summaryrefslogtreecommitdiffstats
path: root/llvm/test/Assembler/attribute-builtin.ll
Commit message (Collapse)AuthorAgeFilesLines
* Remove verifier check that attribute 'builtin' is only applied to calls toRichard Smith2013-09-071-2/+0
| | | | | | | | functions marked 'nobuiltin'. That approach doesn't play well with LTO, and there's no harm in marking a call as 'builtin' if it was going to be a builtin regardless. llvm-svn: 190233
* Fix FileCheck --check-prefix lines.Tim Northover2013-08-121-2/+2
| | | | | | | | | | Various tests had sprung up over the years which had --check-prefix=ABC on the RUN line, but "CHECK-ABC:" later on. This happened to work before, but was strictly incorrect. FileCheck is getting stricter soon though. Patch by Ron Ofir. llvm-svn: 188173
* Fix test: It was missing run lines and llvm-dis has no -disable-verify option.Rafael Espindola2013-07-031-4/+4
| | | | llvm-svn: 185550
* Added support for the Builtin attribute.Michael Gottesman2013-06-271-0/+52
The Builtin attribute is an attribute that can be placed on function call site that signal that even though a function is declared as being a builtin, rdar://problem/13727199 llvm-svn: 185049
OpenPOWER on IntegriCloud