mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-03-04 21:31:03 +00:00
Fixed grammar and capitalization.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@61531 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
f2f8d79790
commit
3fa0de2727
@ -21,9 +21,8 @@ namespace llvm {
|
|||||||
class Module;
|
class Module;
|
||||||
class ParseError;
|
class ParseError;
|
||||||
|
|
||||||
|
/// This function is the main interface to the LLVM Assembly Parser. It parses
|
||||||
/// This function is the main interface to the LLVM Assembly Parse. It parses
|
/// an ASCII file that (presumably) contains LLVM Assembly code. It returns a
|
||||||
/// an ascii file that (presumably) contains LLVM Assembly code. It returns a
|
|
||||||
/// Module (intermediate representation) with the corresponding features. Note
|
/// Module (intermediate representation) with the corresponding features. Note
|
||||||
/// that this does not verify that the generated Module is valid, so you should
|
/// that this does not verify that the generated Module is valid, so you should
|
||||||
/// run the verifier after parsing the file to check that it is okay.
|
/// run the verifier after parsing the file to check that it is okay.
|
||||||
@ -33,8 +32,8 @@ Module *ParseAssemblyFile(
|
|||||||
ParseError* Error = 0 ///< If not null, an object to return errors in.
|
ParseError* Error = 0 ///< If not null, an object to return errors in.
|
||||||
);
|
);
|
||||||
|
|
||||||
/// The function is a secondary interface to the LLVM Assembly Parse. It parses
|
/// The function is a secondary interface to the LLVM Assembly Parser. It parses
|
||||||
/// an ascii string that (presumably) contains LLVM Assembly code. It returns a
|
/// an ASCII string that (presumably) contains LLVM Assembly code. It returns a
|
||||||
/// Module (intermediate representation) with the corresponding features. Note
|
/// Module (intermediate representation) with the corresponding features. Note
|
||||||
/// that this does not verify that the generated Module is valid, so you should
|
/// that this does not verify that the generated Module is valid, so you should
|
||||||
/// run the verifier after parsing the file to check that it is okay.
|
/// run the verifier after parsing the file to check that it is okay.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user