[llvm] b42ccdf - [NFC] Fix the noprofile attribute comment

Petr Hosek via llvm-commits llvm-commits at lists.llvm.org
Wed Feb 3 21:54:29 PST 2021


Author: Petr Hosek
Date: 2021-02-03T21:54:09-08:00
New Revision: b42ccdf38fe3d04765d1c265b4819c045d451e09

URL: https://github.com/llvm/llvm-project/commit/b42ccdf38fe3d04765d1c265b4819c045d451e09
DIFF: https://github.com/llvm/llvm-project/commit/b42ccdf38fe3d04765d1c265b4819c045d451e09.diff

LOG: [NFC] Fix the noprofile attribute comment

Added: 
    

Modified: 
    llvm/include/llvm/IR/Attributes.td

Removed: 
    


################################################################################
diff  --git a/llvm/include/llvm/IR/Attributes.td b/llvm/include/llvm/IR/Attributes.td
index f7ffc888c65a..5515375d131e 100644
--- a/llvm/include/llvm/IR/Attributes.td
+++ b/llvm/include/llvm/IR/Attributes.td
@@ -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.


        


More information about the llvm-commits mailing list