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
This commit is contained in:
Sanjiv Gupta 2009-06-10 03:42:13 +00:00
parent b51b6cf1d0
commit cb597c9cc4
2 changed files with 4 additions and 2 deletions

View File

@ -59,4 +59,5 @@ private:
}
#endif
#endif

View File

@ -150,4 +150,5 @@ bool LazyLiveness::vregLiveIntoMBB(unsigned vreg, MachineBasicBlock* MBB) {
}
return false;
}
}