Skip to content

Commit cc7bce1

Browse files
more cleanup
1 parent 53bd20f commit cc7bce1

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/premerge.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
2929
modified_files=$(git diff --name-only HEAD~1...HEAD)
3030
modified_dirs=$(echo "$modified_files" | cut -d'/' -f1 | sort -u)
31-
31+
3232
echo $modified_files
3333
echo $modified_dirs
3434

llvm/tools/llvm-exegesis/llvm-exegesis.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
66
//
77
//===----------------------------------------------------------------------===//
8+
///
89
/// \file
910
/// Measures execution properties (latencies/uops) of an instruction.
1011
///

0 commit comments

Comments
 (0)