Remove warnings: no newline at end of file.

llvm-svn: 73156
This commit is contained in:
Sanjiv Gupta 2009-06-10 03:42:13 +00:00
parent 28a00aa646
commit 9a8f2f7d58
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;
}
}