Skip to content

Commit b77e745

Browse files
committed
Fix formatting issues
1 parent 215efb2 commit b77e745

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

llvm/lib/Target/Mips/MCTargetDesc/MipsMCAsmInfo.cpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,8 @@ MipsELFMCAsmInfo::MipsELFMCAsmInfo(const Triple &TheTriple,
2424
const MCTargetOptions &Options) {
2525
IsLittleEndian = TheTriple.isLittleEndian();
2626

27-
MipsABIInfo ABI = MipsABIInfo::computeTargetABI(TheTriple, Options.getABIName());
27+
MipsABIInfo ABI =
28+
MipsABIInfo::computeTargetABI(TheTriple, Options.getABIName());
2829

2930
if (TheTriple.isMIPS64() && !ABI.IsN32())
3031
CodePointerSize = CalleeSaveStackSlotSize = 8;

llvm/lib/Target/X86/X86TargetMachine.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,6 @@ static std::unique_ptr<TargetLoweringObjectFile> createTLOF(const Triple &TT) {
125125
return std::make_unique<X86ELFTargetObjectFile>();
126126
}
127127

128-
129128
static Reloc::Model getEffectiveRelocModel(const Triple &TT, bool JIT,
130129
std::optional<Reloc::Model> RM) {
131130
bool is64Bit = TT.getArch() == Triple::x86_64;

0 commit comments

Comments
 (0)