Skip to content

Commit f7de953

Browse files
committed
clang-format
1 parent 6135504 commit f7de953

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

llvm/lib/Target/AArch64/AArch64ISelLowering.h

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1379,9 +1379,7 @@ class AArch64TargetLowering : public TargetLowering {
13791379
return VecOp.getOpcode() == ISD::SETCC;
13801380
}
13811381

1382-
bool shouldExtendTypeInLibCall(EVT Type) const override {
1383-
return false;
1384-
}
1382+
bool shouldExtendTypeInLibCall(EVT Type) const override { return false; }
13851383
};
13861384

13871385
namespace AArch64 {

0 commit comments

Comments
 (0)