Split resolveCycles(bool AllowTemps) into two interfaces and document
[oota-llvm.git] / lib / IR / Metadata.cpp
index d8eaceb9ea2b21b589dd9a60c748cfe05ed27af0..9a9a5017841c06e58d6999718093927acadc4045 100644 (file)
@@ -557,7 +557,7 @@ void MDNode::decrementUnresolvedOperandCount() {
     resolve();
 }
 
-void MDNode::resolveCycles(bool AllowTemps) {
+void MDNode::resolveRecursivelyImpl(bool AllowTemps) {
   if (isResolved())
     return;