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/lib | |
| 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/lib')
| -rw-r--r-- | llvm/lib/CodeGen/LazyLiveness.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
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 +} + |

