diff options
author | Philip Reames <listmail@philipreames.com> | 2016-01-19 18:41:10 +0000 |
---|---|---|
committer | Philip Reames <listmail@philipreames.com> | 2016-01-19 18:41:10 +0000 |
commit | 1a196f7dafb324ee9cd1d8e77aef500910053fea (patch) | |
tree | dac8c182a364803519847921c5e93a1fe5a097fe /llvm/lib/CodeGen/GCStrategy.cpp | |
parent | d1f4f03f5e94e8581f3ed3e362a8d6260798ea0f (diff) | |
download | bcm5719-llvm-1a196f7dafb324ee9cd1d8e77aef500910053fea.tar.gz bcm5719-llvm-1a196f7dafb324ee9cd1d8e77aef500910053fea.zip |
Revert 258157
According the build bots, clang is using the Registry class somewhere as well. Will reapply with appropriate clang changes at a later point.
llvm-svn: 258159
Diffstat (limited to 'llvm/lib/CodeGen/GCStrategy.cpp')
-rw-r--r-- | llvm/lib/CodeGen/GCStrategy.cpp | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/llvm/lib/CodeGen/GCStrategy.cpp b/llvm/lib/CodeGen/GCStrategy.cpp index 073d4b54d30..554d326942e 100644 --- a/llvm/lib/CodeGen/GCStrategy.cpp +++ b/llvm/lib/CodeGen/GCStrategy.cpp @@ -20,7 +20,3 @@ GCStrategy::GCStrategy() : UseStatepoints(false), NeededSafePoints(0), CustomReadBarriers(false), CustomWriteBarriers(false), CustomRoots(false), InitRoots(true), UsesMetadata(false) {} - -// Stamp out the registry of GCStrategy objects so that pulgins can load new -// Strategies. -DEFINE_REGISTRY(GCStrategy) |