OSDN Git Service

Fix PR3522. It's not safe to sink into landing pad BB's.
authorEvan Cheng <evan.cheng@apple.com>
Sun, 15 Feb 2009 08:36:12 +0000 (08:36 +0000)
committerEvan Cheng <evan.cheng@apple.com>
Sun, 15 Feb 2009 08:36:12 +0000 (08:36 +0000)
commitb599979ab591a6f4557337a4190153094725ef45
treeef37060f23a3f5131e64845b1807545abfc415d0
parent8f40afe62db871230ac149de1c4ccc16ff48253a
Fix PR3522. It's not safe to sink into landing pad BB's.

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