Cache interval iterators in SplitEditor::addTruncSimpleRange so we only have to
authorJakob Stoklund Olesen <stoklund@2pi.dk>
Thu, 7 Oct 2010 17:56:39 +0000 (17:56 +0000)
committerJakob Stoklund Olesen <stoklund@2pi.dk>
Thu, 7 Oct 2010 17:56:39 +0000 (17:56 +0000)
commit4b3041c43e8134d0f2471255c736745f2eb3214d
tree8bd9cd708ca1af61916beea6a64e33603ae8ee7b
parent9b24afe41e06572f901edf2e78ef71fb228db29e
Cache interval iterators in SplitEditor::addTruncSimpleRange so we only have to
do one find().

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