mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-01-31 12:41:49 +01:00
[Clang] Make nomerge attribute a function attribute as well as a statement attribute.
Differential Revision: https://reviews.llvm.org/D92800
This commit is contained in:
parent
794e749a98
commit
02842e3917
@ -124,7 +124,7 @@ def NoInline : EnumAttr<"noinline">;
|
||||
/// Function is called early and/or often, so lazy binding isn't worthwhile.
|
||||
def NonLazyBind : EnumAttr<"nonlazybind">;
|
||||
|
||||
/// Disable merging for call sites
|
||||
/// Disable merging for specified functions or call sites.
|
||||
def NoMerge : EnumAttr<"nomerge">;
|
||||
|
||||
/// Pointer is known to be not null.
|
||||
|
Loading…
x
Reference in New Issue
Block a user