[llvm] b76bd2d - 100 checks
Noah Goldstein via llvm-commits
llvm-commits at lists.llvm.org
Mon Jun 12 22:51:56 PDT 2023
Author: Noah Goldstein
Date: 2023-06-13T00:51:37-05:00
New Revision: b76bd2db65b4890f1ec494fa95286533dd6b09e5
URL: https://github.com/llvm/llvm-project/commit/b76bd2db65b4890f1ec494fa95286533dd6b09e5
DIFF: https://github.com/llvm/llvm-project/commit/b76bd2db65b4890f1ec494fa95286533dd6b09e5.diff
LOG: 100 checks
Added:
Modified:
llvm/include/llvm/Transforms/Utils/InferCallsiteAttrs.h
Removed:
################################################################################
diff --git a/llvm/include/llvm/Transforms/Utils/InferCallsiteAttrs.h b/llvm/include/llvm/Transforms/Utils/InferCallsiteAttrs.h
index 8c1ef3e0bcbe9..d9ff7ce0bc314 100644
--- a/llvm/include/llvm/Transforms/Utils/InferCallsiteAttrs.h
+++ b/llvm/include/llvm/Transforms/Utils/InferCallsiteAttrs.h
@@ -1,4 +1,4 @@
-//===- InferCallsiteAttrs.h - Propagate attributes to callsites -----------===//
+//===- InferCallsiteAttrs.h - Propagate attributes to callsites -*- C++ -*-===//
//
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
// See https://llvm.org/LICENSE.txt for license information.
More information about the llvm-commits
mailing list