From 94cf2c0451de6a4ed95411be73bea159320e1e66 Mon Sep 17 00:00:00 2001 From: Noah Goldstein Date: Tue, 13 Jun 2023 00:53:19 -0500 Subject: [PATCH] Revert "100 checks" Accidental commit/push! This reverts commit b76bd2db65b4890f1ec494fa95286533dd6b09e5. --- llvm/include/llvm/Transforms/Utils/InferCallsiteAttrs.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/llvm/include/llvm/Transforms/Utils/InferCallsiteAttrs.h b/llvm/include/llvm/Transforms/Utils/InferCallsiteAttrs.h index d9ff7ce..8c1ef3e 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 -*- C++ -*-===// +//===- InferCallsiteAttrs.h - Propagate attributes to callsites -----------===// // // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions. // See https://llvm.org/LICENSE.txt for license information. -- 2.7.4