Refactor common code from ParseAssemblyString and ParseAssemblyFile,
authorDan Gohman <gohman@apple.com>
Wed, 2 Sep 2009 17:18:19 +0000 (17:18 +0000)
committerDan Gohman <gohman@apple.com>
Wed, 2 Sep 2009 17:18:19 +0000 (17:18 +0000)
commit2ec5fe524c6ab957524fa02422b026cfe168d948
treecd6d88f5b95a397f6220aca1e69cfca836fdb46b
parent3445d9a72aec68512df265705e2be7704496f541
Refactor common code from ParseAssemblyString and ParseAssemblyFile,
to expose a low-level interface for parsing from an existing MemoryBuffer.

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