[llvm] [CI] Trigger CI tests run. (PR #98993)
Mikhail Gudim via llvm-commits
llvm-commits at lists.llvm.org
Mon Jul 15 22:53:31 PDT 2024
https://github.com/mgudim updated https://github.com/llvm/llvm-project/pull/98993
>From d4775f305dccbf3df09bcb61b410ee8a55e58f36 Mon Sep 17 00:00:00 2001
From: Mikhail Gudim <mgudim at gmail.com>
Date: Tue, 16 Jul 2024 01:23:52 -0400
Subject: [PATCH] [CI] Trigger CI tests run.
---
llvm/lib/CodeGen/RegAllocEvictionAdvisor.cpp | 9 +++++----
1 file changed, 5 insertions(+), 4 deletions(-)
diff --git a/llvm/lib/CodeGen/RegAllocEvictionAdvisor.cpp b/llvm/lib/CodeGen/RegAllocEvictionAdvisor.cpp
index a1dccc4d59723..74087250a37c8 100644
--- a/llvm/lib/CodeGen/RegAllocEvictionAdvisor.cpp
+++ b/llvm/lib/CodeGen/RegAllocEvictionAdvisor.cpp
@@ -1,12 +1,13 @@
+// test ci
//===- RegAllocEvictionAdvisor.cpp - eviction advisor ---------------------===//
//
-// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
-// See https://llvm.org/LICENSE.txt for license information.
-// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
+// Part of the LLVM Project, under the Apache License v2.0 with LLVM
+// Exceptions. See https://llvm.org/LICENSE.txt for license information.
+// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
//
//===----------------------------------------------------------------------===//
//
-// Implementation of the default eviction advisor and of the Analysis pass.
+// Implementation of the default eviction advisor and of the Analysis pass.
//
//===----------------------------------------------------------------------===//
More information about the llvm-commits
mailing list