OSDN Git Service

Make fast scheduler handle asm clobbers correctly.
authorDale Johannesen <dalej@apple.com>
Tue, 17 Aug 2010 22:17:24 +0000 (22:17 +0000)
committerDale Johannesen <dalej@apple.com>
Tue, 17 Aug 2010 22:17:24 +0000 (22:17 +0000)
commit6cf64a631a1522c137a1fcf88858ea1336822abf
tree40ac27e47bb146753255b6fb2eaa10e47a8a33b1
parent5dad73cec84d24a237c2c0444768cc7c492497d4
Make fast scheduler handle asm clobbers correctly.
PR 7882.  Follows suggestion by Amaury Pouly, thanks.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@111306 91177308-0d34-0410-b5e6-96231b3b80d8
lib/CodeGen/SelectionDAG/ScheduleDAGFast.cpp
test/CodeGen/X86/pr7882.ll [new file with mode: 0644]