Skip to content

Commit 2fa0f8e

Browse files
committed
Fix comments
1 parent 6f0f7fb commit 2fa0f8e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

llvm/test/tools/UpdateTestChecks/update_test_checks/Inputs/check_empty.ll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
; RUN: opt < %s -S | FileCheck %s
22

3-
; Test whether the UTC check empty lines instead of skipping them.
3+
; Test whether UTC checks empty lines instead of skipping them.
44
define i32 @test(i32 %x) {
55
entry:
66
br label %block1

llvm/test/tools/UpdateTestChecks/update_test_checks/Inputs/check_empty.ll.expected

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
; NOTE: Assertions have been autogenerated by utils/update_test_checks.py UTC_ARGS: --version 7
22
; RUN: opt < %s -S | FileCheck %s
33

4-
; Test whether the UTC check empty lines instead of skipping them.
4+
; Test whether UTC checks empty lines instead of skipping them.
55
define i32 @test(i32 %x) {
66
; CHECK-LABEL: define i32 @test(
77
; CHECK-SAME: i32 [[X:%.*]]) {

0 commit comments

Comments
 (0)