[NFC] Fix the noprofile attribute comment
This commit is contained in:
parent
0ed758b260
commit
b42ccdf38f
|
|
@ -148,7 +148,7 @@ def NoSync : EnumAttr<"nosync">;
|
||||||
/// Disable Indirect Branch Tracking.
|
/// Disable Indirect Branch Tracking.
|
||||||
def NoCfCheck : EnumAttr<"nocf_check">;
|
def NoCfCheck : EnumAttr<"nocf_check">;
|
||||||
|
|
||||||
/// Function should be instrumented.
|
/// Function should not be instrumented.
|
||||||
def NoProfile : EnumAttr<"noprofile">;
|
def NoProfile : EnumAttr<"noprofile">;
|
||||||
|
|
||||||
/// Function doesn't unwind stack.
|
/// Function doesn't unwind stack.
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue