mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-21 18:22:53 +01:00
[llvm] Ensure newlines at the end of files (NFC)
This patch eliminates pesky "No newline at end of file" messages from git diff.
This commit is contained in:
parent
6264d23300
commit
13eee3533c
@ -83,4 +83,4 @@ public:
|
||||
};
|
||||
|
||||
} // namespace llvm
|
||||
#endif // LLVM_FUNCTIONPROPERTIESANALYSIS_H_
|
||||
#endif // LLVM_FUNCTIONPROPERTIESANALYSIS_H_
|
||||
|
@ -42,4 +42,4 @@ public:
|
||||
PreservedAnalyses run(Function &F, FunctionAnalysisManager &AM);
|
||||
};
|
||||
} // namespace llvm
|
||||
#endif // LLVM_ANALYSIS_INLINESIZEESTIMATORANALYSIS_H
|
||||
#endif // LLVM_ANALYSIS_INLINESIZEESTIMATORANALYSIS_H
|
||||
|
@ -104,4 +104,4 @@ private:
|
||||
|
||||
} // namespace llvm
|
||||
|
||||
#endif // LLVM_ANALYSIS_MLINLINEADVISOR_H
|
||||
#endif // LLVM_ANALYSIS_MLINLINEADVISOR_H
|
||||
|
@ -62,4 +62,4 @@ CGPassBuilderOption getCGPassBuilderOption();
|
||||
|
||||
} // namespace llvm
|
||||
|
||||
#endif // LLVM_CODEGEN_PASSBUILDER_OPTION_H
|
||||
#endif // LLVM_CODEGEN_PASSBUILDER_OPTION_H
|
||||
|
@ -85,4 +85,4 @@ FunctionPropertiesPrinterPass::run(Function &F, FunctionAnalysisManager &AM) {
|
||||
<< "\n";
|
||||
AM.getResult<FunctionPropertiesAnalysis>(F).print(OS);
|
||||
return PreservedAnalyses::all();
|
||||
}
|
||||
}
|
||||
|
@ -6246,4 +6246,4 @@ LegalizerHelper::LegalizeResult LegalizerHelper::lowerSelect(MachineInstr &MI) {
|
||||
MIRBuilder.buildOr(DstReg, NewOp1, NewOp2);
|
||||
MI.eraseFromParent();
|
||||
return Legalized;
|
||||
}
|
||||
}
|
||||
|
@ -202,4 +202,4 @@ void LiveIntervalCalc::extendToUses(LiveRange &LR, Register Reg,
|
||||
// reading Reg multiple times. That is OK, extend() is idempotent.
|
||||
extend(LR, UseIdx, Reg, Undefs);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -167,4 +167,4 @@ def : GINodeEquiv<G_VLSHR, AArch64vlshr>;
|
||||
// These are patterns that we only use for GlobalISel via the importer.
|
||||
def : Pat<(f32 (fadd (vector_extract (v2f32 FPR64:$Rn), (i64 0)),
|
||||
(vector_extract (v2f32 FPR64:$Rn), (i64 1)))),
|
||||
(f32 (FADDPv2i32p (v2f32 FPR64:$Rn)))>;
|
||||
(f32 (FADDPv2i32p (v2f32 FPR64:$Rn)))>;
|
||||
|
@ -894,4 +894,4 @@ Optional<RegImmPair> MipsInstrInfo::isAddImmediate(const MachineInstr &MI,
|
||||
}
|
||||
}
|
||||
return None;
|
||||
}
|
||||
}
|
||||
|
@ -32,4 +32,4 @@ void PPCCCState::PreAnalyzeFormalArguments(
|
||||
OriginalArgWasPPCF128.push_back(false);
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user