forked from OSchip/llvm-project
parent
b82786e0ff
commit
ea7403549d
|
@ -19,7 +19,7 @@ def Alignment : EnumAttr<"align">;
|
|||
/// inline=always.
|
||||
def AlwaysInline : EnumAttr<"alwaysinline">;
|
||||
|
||||
/// Funciton can access memory only using pointers based on its arguments.
|
||||
/// Function can access memory only using pointers based on its arguments.
|
||||
def ArgMemOnly : EnumAttr<"argmemonly">;
|
||||
|
||||
/// Callee is recognized as a builtin, despite nobuiltin attribute on its
|
||||
|
|
Loading…
Reference in New Issue