From: Kazu Hirata Date: Fri, 7 Jan 2022 07:44:02 +0000 (-0800) Subject: Ensure newlines at the end of files (NFC) X-Git-Tag: upstream/15.0.7~21341 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=410480e32b6920f391018e5fc66d811194bf7025;p=platform%2Fupstream%2Fllvm.git Ensure newlines at the end of files (NFC) --- diff --git a/llvm/lib/CodeGen/MLRegallocEvictAdvisor.cpp b/llvm/lib/CodeGen/MLRegallocEvictAdvisor.cpp index 2839cd9..3ffd75f 100644 --- a/llvm/lib/CodeGen/MLRegallocEvictAdvisor.cpp +++ b/llvm/lib/CodeGen/MLRegallocEvictAdvisor.cpp @@ -170,4 +170,4 @@ static const TensorSpec Reward = #endif //#ifdef LLVM_HAVE_TF_API } // namespace -#endif // defined(LLVM_HAVE_TF_AOT) || defined(LLVM_HAVE_TF_API) \ No newline at end of file +#endif // defined(LLVM_HAVE_TF_AOT) || defined(LLVM_HAVE_TF_API) diff --git a/llvm/lib/Target/AArch64/Disassembler/AArch64Disassembler.cpp b/llvm/lib/Target/AArch64/Disassembler/AArch64Disassembler.cpp index 2c38172..9ce00f7 100644 --- a/llvm/lib/Target/AArch64/Disassembler/AArch64Disassembler.cpp +++ b/llvm/lib/Target/AArch64/Disassembler/AArch64Disassembler.cpp @@ -1896,4 +1896,4 @@ static DecodeStatus DecodeSETMemOpInstruction(MCInst &Inst, uint32_t insn, return MCDisassembler::Fail; return MCDisassembler::Success; -} \ No newline at end of file +} diff --git a/mlir/lib/Bindings/Python/DialectQuant.cpp b/mlir/lib/Bindings/Python/DialectQuant.cpp index 844cbec..de042d1 100644 --- a/mlir/lib/Bindings/Python/DialectQuant.cpp +++ b/mlir/lib/Bindings/Python/DialectQuant.cpp @@ -306,4 +306,4 @@ PYBIND11_MODULE(_mlirDialectsQuant, m) { m.doc() = "MLIR Quantization dialect"; populateDialectQuantSubmodule(m); -} \ No newline at end of file +}