Skip to content

Commit a2c9f8c

Browse files
committed
clang-format
1 parent 9fcd0e4 commit a2c9f8c

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

llvm/lib/Target/ARM/ARMISelLowering.cpp

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -590,9 +590,8 @@ ARMTargetLowering::ARMTargetLowering(const TargetMachine &TM_,
590590
}
591591

592592
// RTLIB
593-
if (TM.isAAPCS_ABI() &&
594-
(TT.isTargetAEABI() || TT.isTargetGNUAEABI() || TT.isTargetMuslAEABI() ||
595-
TT.isAndroid())) {
593+
if (TM.isAAPCS_ABI() && (TT.isTargetAEABI() || TT.isTargetGNUAEABI() ||
594+
TT.isTargetMuslAEABI() || TT.isAndroid())) {
596595
// clang-format off
597596
static const struct {
598597
const RTLIB::Libcall Op;

llvm/lib/Target/ARM/ARMSubtarget.h

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -335,7 +335,8 @@ class ARMSubtarget : public ARMGenSubtargetInfo {
335335
const Triple &getTargetTriple() const { return TargetTriple; }
336336

337337
/// @{
338-
/// These properties are per-module, please use the TargetMachine TargetTriple.
338+
/// These properties are per-module, please use the TargetMachine
339+
/// TargetTriple.
339340
bool isTargetDarwin() const { return TargetTriple.isOSDarwin(); }
340341
bool isTargetIOS() const { return TargetTriple.isiOS(); }
341342
bool isTargetWatchOS() const { return TargetTriple.isWatchOS(); }

0 commit comments

Comments
 (0)