Add a custom safepoint method, in order for language implementers to decide which...
authorNicolas Geoffray <nicolas.geoffray@lip6.fr>
Fri, 11 Nov 2011 18:32:52 +0000 (18:32 +0000)
committerNicolas Geoffray <nicolas.geoffray@lip6.fr>
Fri, 11 Nov 2011 18:32:52 +0000 (18:32 +0000)
commit7b8c2f8587763e0a8ce48f9b7b67287930129c8d
tree610106b80d428273c4ae65a0d78aa2705735bab6
parent48857eb17935c664626fb2eb333ef7c2b56215cd
Add a custom safepoint method, in order for language implementers to decide which machine instruction gets to be a safepoint.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@144399 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/CodeGen/GCStrategy.h
lib/CodeGen/GCStrategy.cpp