From: Sanjiv Gupta Date: Wed, 10 Jun 2009 03:42:13 +0000 (+0000) Subject: Remove warnings: no newline at end of file. X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=cb597c9cc457ee0bb9c6ab3195b90da6d0049caf;p=oota-llvm.git 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 --- 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 +} +