From 263b27997d5a1d4bab75c2cd20a397ed80e32925 Mon Sep 17 00:00:00 2001 From: NAKAMURA Takumi Date: Fri, 22 May 2015 07:17:07 +0000 Subject: Revert r237954, "Resubmit r237708 (MIR Serialization: print and parse LLVM IR using MIR format)." It brought cyclic dependencies between LLVMCodeGen and LLVMMIR. llvm-svn: 238007 --- llvm/lib/Support/YAMLTraits.cpp | 4 ---- 1 file changed, 4 deletions(-) (limited to 'llvm/lib/Support/YAMLTraits.cpp') diff --git a/llvm/lib/Support/YAMLTraits.cpp b/llvm/lib/Support/YAMLTraits.cpp index 0d47f37edbd..90f34f6e232 100644 --- a/llvm/lib/Support/YAMLTraits.cpp +++ b/llvm/lib/Support/YAMLTraits.cpp @@ -97,10 +97,6 @@ bool Input::nextDocument() { return ++DocIterator != Strm->end(); } -const Node *Input::getCurrentNode() const { - return CurrentNode ? CurrentNode->_node : nullptr; -} - bool Input::mapTag(StringRef Tag, bool Default) { std::string foundTag = CurrentNode->_node->getVerbatimTag(); if (foundTag.empty()) { -- cgit v1.2.3