Use getPrevSlot() instead of getPrevIndex().
authorJakob Stoklund Olesen <stoklund@2pi.dk>
Thu, 15 Sep 2011 15:31:49 +0000 (15:31 +0000)
committerJakob Stoklund Olesen <stoklund@2pi.dk>
Thu, 15 Sep 2011 15:31:49 +0000 (15:31 +0000)
commita1dd30553da772a1702924bf1651f63fa5df7894
tree9581aa31388e81dbaddba0b1a34954925c451d05
parent031432f9ad24963282b7f71bd0592080f6229d20
Use getPrevSlot() instead of getPrevIndex().

The getPrevIndex() function moves to the same slot in the previous
instruction.  For getVNInfoBefore(), we just need the previous slot in
the same instruction.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@139793 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/CodeGen/LiveInterval.h