Devang Patel
|
e15607b7bb
|
Put FN_NOTE_AlwaysInline and others in FnAttr namespace.
llvm-svn: 56527
|
2008-09-24 00:06:15 +00:00 |
Devang Patel
|
e87abd26ba
|
Move FN_NOTE_AlwaysInline and other out of ParamAttrs namespace.
Do not check isDeclaration() in hasNote(). It is clients' responsibility.
llvm-svn: 56524
|
2008-09-23 23:52:03 +00:00 |
Devang Patel
|
82fed6702b
|
Use parameter attribute store (soon to be renamed) for
Function Notes also. Function notes are stored at index ~0.
llvm-svn: 56511
|
2008-09-23 22:35:17 +00:00 |
Devang Patel
|
329fe728b5
|
Add hasNote() to check note associated with a function.
llvm-svn: 56477
|
2008-09-22 22:32:29 +00:00 |
Devang Patel
|
a563d24e5d
|
Fix typo in a comment.
llvm-svn: 55720
|
2008-09-03 20:25:40 +00:00 |
Devang Patel
|
50c66cdb0d
|
Fix comments.
llvm-svn: 55716
|
2008-09-03 19:52:17 +00:00 |
Devang Patel
|
924d9084d8
|
Add custom inliner that handles only functions that are marked as always_inline.
llvm-svn: 55713
|
2008-09-03 18:50:53 +00:00 |