Refactor some parser interfaces to fix PR3278 and a FIXME:
authorChris Lattner <sabre@nondot.org>
Sun, 4 Jan 2009 20:44:11 +0000 (20:44 +0000)
committerChris Lattner <sabre@nondot.org>
Sun, 4 Jan 2009 20:44:11 +0000 (20:44 +0000)
commitad7d1e2085a489dbedc65b99bab811771ead1aab
tree76eef86401383d61d42ebdf6dddbbecdc28099e1
parent0f8df9a9ceab274a94c794ac82733c79d0f13597
Refactor some parser interfaces to fix PR3278 and a FIXME:
ParseAssemblyString with a specified module would not parse
into the module, it would create and return a new one.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@61635 91177308-0d34-0410-b5e6-96231b3b80d8
lib/AsmParser/LLParser.cpp
lib/AsmParser/LLParser.h
lib/AsmParser/Parser.cpp