Login
Preferences
Help/Guide
About Trac
Wiki
Blog
Context Navigation
←
Previous Change
Wiki History
Next Change
→
Changes between
Version 9
and
Version 10
of
LLVMメモ
View differences
inline
side by side
Show
lines around each change
Show the changes in full context
Ignore:
Blank lines
Case changes
White space changes
Timestamp:
May 27, 2009 3:36:08 PM (
16 years
ago)
Author:
nakasato
Comment:
--
Legend:
Unmodified
Added
Removed
Modified
LLVMメモ
v9
v10
13
13
とのこと。報告通りのエラーが。
14
14
15
* ある関数のインライン展開を常におこなうためには、Attributeを設定すればよい
16
{{{
17
Function *func = Function::Create();
18
func->addFnAttr(Attribute::AlwaysInline);
19
}}}