diff options
author | Sanjiv Gupta <sanjiv.gupta@microchip.com> | 2009-06-10 03:42:13 +0000 |
---|---|---|
committer | Sanjiv Gupta <sanjiv.gupta@microchip.com> | 2009-06-10 03:42:13 +0000 |
commit | cb597c9cc457ee0bb9c6ab3195b90da6d0049caf (patch) | |
tree | 1954d7b59f3c73ff7034f6523b945e683dab58cd | |
parent | b51b6cf1d0b17ee7cdb9cf8365471a39b3b67b7c (diff) |
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
-rw-r--r-- | include/llvm/CodeGen/LazyLiveness.h | 3 | ||||
-rw-r--r-- | 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 702ba142c5..82e4a153d5 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 403e0c62f4..3ccccd5f5c 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 +} + |