Noting and enforcing that GC intrinsics are valid only within a
authorGordon Henriksen <gordonhenriksen@mac.com>
Tue, 25 Dec 2007 02:31:26 +0000 (02:31 +0000)
committerGordon Henriksen <gordonhenriksen@mac.com>
Tue, 25 Dec 2007 02:31:26 +0000 (02:31 +0000)
commite1433f24cf714c49b266e8cefdbbb8a464ffcb8e
tree356042634b817c6a9c316a63f5c0af2f6e7a2b1f
parent27acd3a999ec3790e6af1d6416295caab5033320
Noting and enforcing that GC intrinsics are valid only within a
function with GC.

This will catch the error when the inliner inlines a function with
GC into a caller with no GC.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@45350 91177308-0d34-0410-b5e6-96231b3b80d8
docs/LangRef.html
lib/VMCore/Verifier.cpp
test/CodeGen/Generic/GC/lower_gcroot.ll
test/CodeGen/Generic/GC/outside.ll [new file with mode: 0644]