Remove the stackprotector_check intrinsic. Use a volatile load instead.
authorBill Wendling <isanbard@gmail.com>
Tue, 18 Nov 2008 07:30:57 +0000 (07:30 +0000)
committerBill Wendling <isanbard@gmail.com>
Tue, 18 Nov 2008 07:30:57 +0000 (07:30 +0000)
commit733bbc5320ac9d729caa8c0fe741dd516e7eda0b
treead26d97419f2a363cb6352020d0de1371d38c325
parentc3348a77f7e1bdc8e52a9f70fd190555df34d7c1
Remove the stackprotector_check intrinsic. Use a volatile load instead.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@59504 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/Intrinsics.td
lib/CodeGen/SelectionDAG/SelectionDAGBuild.cpp
lib/CodeGen/StackProtector.cpp