It is safe to ignore LastSplitPoint when the variable is not live out.
authorJakob Stoklund Olesen <stoklund@2pi.dk>
Wed, 23 Feb 2011 18:26:31 +0000 (18:26 +0000)
committerJakob Stoklund Olesen <stoklund@2pi.dk>
Wed, 23 Feb 2011 18:26:31 +0000 (18:26 +0000)
commitc70f687dce99ea48ca779e6767006f6663781132
tree442e3f2f2f57860809f0d0712cf242b0980e7e13
parent292f62e06f15eb45008c6965a5d9f7e9713431e9
It is safe to ignore LastSplitPoint when the variable is not live out.

No code will be inserted after the split point anyway.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@126319 91177308-0d34-0410-b5e6-96231b3b80d8
lib/CodeGen/SplitKit.cpp