From cb597c9cc457ee0bb9c6ab3195b90da6d0049caf Mon Sep 17 00:00:00 2001 From: Sanjiv Gupta Date: Wed, 10 Jun 2009 03:42:13 +0000 Subject: [PATCH] Remove warnings: no newline at end of file. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@73156 91177308-0d34-0410-b5e6-96231b3b80d8 --- include/llvm/CodeGen/LazyLiveness.h | 3 ++- lib/CodeGen/LazyLiveness.cpp | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/include/llvm/CodeGen/LazyLiveness.h b/include/llvm/CodeGen/LazyLiveness.h index 702ba142c5d..82e4a153d51 100644 --- a/include/llvm/CodeGen/LazyLiveness.h +++ b/include/llvm/CodeGen/LazyLiveness.h @@ -59,4 +59,5 @@ private: } -#endif \ No newline at end of file +#endif + diff --git a/lib/CodeGen/LazyLiveness.cpp b/lib/CodeGen/LazyLiveness.cpp index 403e0c62f48..3ccccd5f5cc 100644 --- a/lib/CodeGen/LazyLiveness.cpp +++ b/lib/CodeGen/LazyLiveness.cpp @@ -150,4 +150,5 @@ bool LazyLiveness::vregLiveIntoMBB(unsigned vreg, MachineBasicBlock* MBB) { } return false; -} \ No newline at end of file +} + -- 2.34.1