Fix the post-RA instruction scheduler to handle instructions referenced by
authorJim Grosbach <grosbach@apple.com>
Wed, 19 May 2010 22:57:06 +0000 (22:57 +0000)
committerJim Grosbach <grosbach@apple.com>
Wed, 19 May 2010 22:57:06 +0000 (22:57 +0000)
commit309d20c89c5fde5a6ebe3b40a3fd0fbc3e5ffe40
treede9d982b66bc2be56690b6b1a36d077f2eea229f
parente163168aab987dc3df0845b9e92310f764d8b158
Fix the post-RA instruction scheduler to handle instructions referenced by
more than one dbg_value instruction. rdar://7759363

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