Fun arithmetic with iterators aimed at fixing a bug: inserting instructions
authorMisha Brukman <brukman+llvm@gmail.com>
Wed, 4 Dec 2002 19:24:45 +0000 (19:24 +0000)
committerMisha Brukman <brukman+llvm@gmail.com>
Wed, 4 Dec 2002 19:24:45 +0000 (19:24 +0000)
commit06f8aecc882b90d23206233fe95b2df6078f987c
tree0f56cfc74ccd4c8f743861df6e02bff686b101a6
parent0d2cf3a533572ee2f4a08f997499d18e41a37176
Fun arithmetic with iterators aimed at fixing a bug: inserting instructions
after the *current* instruction while keeping the iterator in the same
'logical' place.

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