Give the asmparser the ability to parse strings, patch contributed by

Alexander Friedman!

llvm-svn: 22145
This commit is contained in:
Chris Lattner 2005-05-20 03:25:29 +00:00
parent e3948c433c
commit 086f56c7f9
1 changed files with 1 additions and 0 deletions

View File

@ -28,6 +28,7 @@ class ParseException;
// the verifier after parsing the file to check that it's ok.
//
Module *ParseAssemblyFile(const std::string &Filename);// throw (ParseException)
Module *ParseAssemblyString(const char * AsmString, Module * M);// throw (ParseException)
//===------------------------------------------------------------------------===
// Helper Classes