Skip to content

Commit c52757d

Browse files
committed
[AArch64][ARM] Shorten file descriptions
1 parent 82fec7b commit c52757d

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

llvm/include/llvm/Transforms/Utils/ARMCommonInstCombineIntrinsic.h

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
1-
//===- ARMCommonInstCombineIntrinsic.h -
2-
// instCombineIntrinsic opts for both ARM and AArch64 -----------*- C++ -*-===//
1+
//===- ARMCommonInstCombineIntrinsic.h - Shared ARM/AArch64 opts *- C++ -*-===//
32
//
43
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
54
// See https://llvm.org/LICENSE.txt for license information.

llvm/lib/Transforms/Utils/ARMCommonInstCombineIntrinsic.cpp

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
1-
//===- ARMCommonInstCombineIntrinsic.cpp -
2-
// instCombineIntrinsic opts for both ARM and AArch64 ---===//
1+
//===- ARMCommonInstCombineIntrinsic.cpp - Shared ARM/AArch64 opts -------===//
32
//
43
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
54
// See https://llvm.org/LICENSE.txt for license information.

0 commit comments

Comments
 (0)