Ensure newlines at the end of files (NFC)
authorKazu Hirata <kazu@google.com>
Fri, 7 Jan 2022 07:44:02 +0000 (23:44 -0800)
committerKazu Hirata <kazu@google.com>
Fri, 7 Jan 2022 07:44:02 +0000 (23:44 -0800)
llvm/lib/CodeGen/MLRegallocEvictAdvisor.cpp
llvm/lib/Target/AArch64/Disassembler/AArch64Disassembler.cpp
mlir/lib/Bindings/Python/DialectQuant.cpp

index 2839cd9..3ffd75f 100644 (file)
@@ -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)
index 2c38172..9ce00f7 100644 (file)
@@ -1896,4 +1896,4 @@ static DecodeStatus DecodeSETMemOpInstruction(MCInst &Inst, uint32_t insn,
     return MCDisassembler::Fail;
 
   return MCDisassembler::Success;
-}
\ No newline at end of file
+}
index 844cbec..de042d1 100644 (file)
@@ -306,4 +306,4 @@ PYBIND11_MODULE(_mlirDialectsQuant, m) {
   m.doc() = "MLIR Quantization dialect";
 
   populateDialectQuantSubmodule(m);
-}
\ No newline at end of file
+}