OSDN Git Service

Use the correct Preds and Succs lists in setHeightDirty()
authorDan Gohman <gohman@apple.com>
Sat, 20 Dec 2008 16:34:57 +0000 (16:34 +0000)
committerDan Gohman <gohman@apple.com>
Sat, 20 Dec 2008 16:34:57 +0000 (16:34 +0000)
commit406621cce27a487637254c1d44bb1256e496f803
treed23072ca959a4e97ed3a6612856e88cf568fb21c
parentc6182baf05cf48fbdf7ca348c262e6c9413a9716
Use the correct Preds and Succs lists in setHeightDirty()
and setDepthDirty(), respectively. This fixes PR3241.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@61276 91177308-0d34-0410-b5e6-96231b3b80d8
lib/CodeGen/ScheduleDAG.cpp
test/CodeGen/X86/fold-pcmpeqd-0.ll
test/CodeGen/X86/pr3241.ll [new file with mode: 0644]