Split parseAssembly into parseAssembly and parseAssemblyInto.
authorRafael Espindola <rafael.espindola@gmail.com>
Tue, 19 Aug 2014 22:05:47 +0000 (22:05 +0000)
committerRafael Espindola <rafael.espindola@gmail.com>
Tue, 19 Aug 2014 22:05:47 +0000 (22:05 +0000)
commitb12ab608fe80d5597090063ee3d72377d7560914
tree6fe253608ebb6e8439c8f15be523b516453a3a7f
parent97eadf21c8ec4dd5e1e669edb3b454231bd4d27a
Split parseAssembly into parseAssembly and parseAssemblyInto.

This should restore the functionality of parsing new code into an existing
module without the confusing interface.

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