File tree Expand file tree Collapse file tree 2 files changed +1
-3
lines changed Expand file tree Collapse file tree 2 files changed +1
-3
lines changed Original file line number Diff line number Diff line change @@ -1298,8 +1298,7 @@ bool SystemZTargetLowering::allowsMisalignedMemoryAccesses(
1298
1298
1299
1299
bool SystemZTargetLowering::hasAndNot (SDValue Y) const {
1300
1300
// requires VNC instruction
1301
- return Subtarget.hasVector () &&
1302
- Y.getValueType ().getScalarSizeInBits () <= 128 ;
1301
+ return Subtarget.hasVector () && Y.getValueType ().getScalarSizeInBits () <= 128 ;
1303
1302
}
1304
1303
1305
1304
// Information about the addressing mode for a memory access.
Original file line number Diff line number Diff line change @@ -673,7 +673,6 @@ class SystemZTargetLowering : public TargetLowering {
673
673
unsigned getStackProbeSize (const MachineFunction &MF) const ;
674
674
bool hasAndNot (SDValue Y) const override ;
675
675
676
-
677
676
private:
678
677
const SystemZSubtarget &Subtarget;
679
678
You can’t perform that action at this time.
0 commit comments