[PATCH] Remove the gc.root's findCustomSafePoints mechanism
Peter Zotov
whitequark at whitequark.org
Thu Jan 15 13:19:49 PST 2015
================
Comment at: lib/CodeGen/ErlangGC.cpp:59
@@ -58,3 @@
- MCSymbol *Label = MBB.getParent()->getContext().CreateTempSymbol();
- BuildMI(MBB, MI, DL, TII->get(TargetOpcode::GC_LABEL)).addSym(Label);
- return Label;
----------------
Do I understand it correctly that the GC_LABEL MI will be inserted elsewhere for this safepoint?
http://reviews.llvm.org/D7004
EMAIL PREFERENCES
http://reviews.llvm.org/settings/panel/emailpreferences/
More information about the llvm-commits
mailing list