Skip to content

Commit 1ccbd2a

Browse files
committed
formatting
1 parent 976f717 commit 1ccbd2a

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

llvm/lib/Target/SystemZ/SystemZISelLowering.cpp

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1298,8 +1298,7 @@ bool SystemZTargetLowering::allowsMisalignedMemoryAccesses(
12981298

12991299
bool SystemZTargetLowering::hasAndNot(SDValue Y) const {
13001300
// requires VNC instruction
1301-
return Subtarget.hasVector() &&
1302-
Y.getValueType().getScalarSizeInBits() <= 128;
1301+
return Subtarget.hasVector() && Y.getValueType().getScalarSizeInBits() <= 128;
13031302
}
13041303

13051304
// Information about the addressing mode for a memory access.

llvm/lib/Target/SystemZ/SystemZISelLowering.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -673,7 +673,6 @@ class SystemZTargetLowering : public TargetLowering {
673673
unsigned getStackProbeSize(const MachineFunction &MF) const;
674674
bool hasAndNot(SDValue Y) const override;
675675

676-
677676
private:
678677
const SystemZSubtarget &Subtarget;
679678

0 commit comments

Comments
 (0)