Add a FIXME.
authorJakob Stoklund Olesen <stoklund@2pi.dk>
Wed, 5 Oct 2011 16:51:21 +0000 (16:51 +0000)
committerJakob Stoklund Olesen <stoklund@2pi.dk>
Wed, 5 Oct 2011 16:51:21 +0000 (16:51 +0000)
commitb0e1bc7b99809e2b45726affd73f72c60c506ea0
treef567546c6cf2424c5e060eb79041847362df9e4b
parent62c607b74157eadd78679434bb92d82f347d0bc1
Add a FIXME.

TwoAddressInstructionPass should annotate instructions with <undef>
flags when it lower REG_SEQUENCE instructions.  LiveIntervals should not
be in the business of modifying code (except for kill flags, perhaps).

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