ScheduleDAGInstrs: When adding uses we add them into a set that's empty at the beginn...
authorBenjamin Kramer <benny.kra@googlemail.com>
Fri, 16 Mar 2012 17:38:19 +0000 (17:38 +0000)
committerBenjamin Kramer <benny.kra@googlemail.com>
Fri, 16 Mar 2012 17:38:19 +0000 (17:38 +0000)
commita82d526b31cd9825684fdee5c3372bf55dad4f57
tree505191f7a2a002229947bb700637dce06f67ff05
parent861ea230a7841fe4ccc8a1cd5460354e59aeed3c
ScheduleDAGInstrs: When adding uses we add them into a set that's empty at the beginning, no need to maintain another set for the added regs.

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