[NFC] Fix the noprofile attribute comment

This commit is contained in:
Petr Hosek 2021-02-03 21:54:09 -08:00
parent 0ed758b260
commit b42ccdf38f
1 changed files with 1 additions and 1 deletions

View File

@ -148,7 +148,7 @@ def NoSync : EnumAttr<"nosync">;
/// Disable Indirect Branch Tracking.
def NoCfCheck : EnumAttr<"nocf_check">;
/// Function should be instrumented.
/// Function should not be instrumented.
def NoProfile : EnumAttr<"noprofile">;
/// Function doesn't unwind stack.