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 | 9a8f2f7d583f0b25059376644286a23aabc99563 (patch) | |
| tree | 6585c9546cccadb3e1e77b5f4fa150653735dc01 /llvm | |
| parent | 28a00aa6467dadefbfc2ce14f5b24b1c5db3dce0 (diff) | |
| download | bcm5719-llvm-9a8f2f7d583f0b25059376644286a23aabc99563.tar.gz bcm5719-llvm-9a8f2f7d583f0b25059376644286a23aabc99563.zip | |
Remove warnings: no newline at end of file.
llvm-svn: 73156
Diffstat (limited to 'llvm')
| -rw-r--r-- | llvm/include/llvm/CodeGen/LazyLiveness.h | 3 | ||||
| -rw-r--r-- | llvm/lib/CodeGen/LazyLiveness.cpp | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/llvm/include/llvm/CodeGen/LazyLiveness.h b/llvm/include/llvm/CodeGen/LazyLiveness.h index 702ba142c5d..82e4a153d51 100644 --- a/llvm/include/llvm/CodeGen/LazyLiveness.h +++ b/llvm/include/llvm/CodeGen/LazyLiveness.h @@ -59,4 +59,5 @@ private: } -#endif
\ No newline at end of file +#endif + diff --git a/llvm/lib/CodeGen/LazyLiveness.cpp b/llvm/lib/CodeGen/LazyLiveness.cpp index 403e0c62f48..3ccccd5f5cc 100644 --- a/llvm/lib/CodeGen/LazyLiveness.cpp +++ b/llvm/lib/CodeGen/LazyLiveness.cpp @@ -150,4 +150,5 @@ bool LazyLiveness::vregLiveIntoMBB(unsigned vreg, MachineBasicBlock* MBB) { } return false; -}
\ No newline at end of file +} + |

