Simplify this code by using use_iterator instead of reg_iterator
authorDan Gohman <gohman@apple.com>
Fri, 25 Sep 2009 22:24:52 +0000 (22:24 +0000)
committerDan Gohman <gohman@apple.com>
Fri, 25 Sep 2009 22:24:52 +0000 (22:24 +0000)
commit29438d13e036cb454b2089b8e175fc93f62bbba2
treeb14ef2988dd3f9b02e91b992d6cfe996d8b13a3c
parenteef490f45919c8f279e40b8b5ef09f612ec6ce2c
Simplify this code by using use_iterator instead of reg_iterator
and skipping the defs.

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