Fix the GCC test suite issue exposed by r127477, which was caused by stack
authorCameron Zwarich <zwarich@apple.com>
Fri, 11 Mar 2011 21:51:56 +0000 (21:51 +0000)
committerCameron Zwarich <zwarich@apple.com>
Fri, 11 Mar 2011 21:51:56 +0000 (21:51 +0000)
commit53aac15a607d66926e586c7fc57634f6be4ef443
tree7aa7a1d2a1082ed275d50a136df6b2a620bf7e71
parent2ce5bf188dfa4329eb246df6011dd1edde5a5979
Fix the GCC test suite issue exposed by r127477, which was caused by stack
protector insertion not working correctly with unreachable code. Since that
revision was rolled out, this test doesn't actual fail before this fix.

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