mirror of
https://github.com/RPCS3/llvm.git
synced 2024-12-26 05:56:51 +00:00
fix two typos.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@193133 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
5e206fcf30
commit
8d6ad83253
@ -507,7 +507,7 @@ namespace llvm {
|
|||||||
/// @param AlwaysPreserve Boolean. Set to true if debug info for this
|
/// @param AlwaysPreserve Boolean. Set to true if debug info for this
|
||||||
/// variable should be preserved in optimized build.
|
/// variable should be preserved in optimized build.
|
||||||
/// @param Flags Flags, e.g. artificial variable.
|
/// @param Flags Flags, e.g. artificial variable.
|
||||||
/// @param ArgNo If this variable is an arugment then this argument's
|
/// @param ArgNo If this variable is an argument then this argument's
|
||||||
/// number. 1 indicates 1st argument.
|
/// number. 1 indicates 1st argument.
|
||||||
DIVariable createLocalVariable(unsigned Tag, DIDescriptor Scope,
|
DIVariable createLocalVariable(unsigned Tag, DIDescriptor Scope,
|
||||||
StringRef Name,
|
StringRef Name,
|
||||||
@ -527,7 +527,7 @@ namespace llvm {
|
|||||||
/// @param LineNo Line number.
|
/// @param LineNo Line number.
|
||||||
/// @param Ty Variable Type
|
/// @param Ty Variable Type
|
||||||
/// @param Addr An array of complex address operations.
|
/// @param Addr An array of complex address operations.
|
||||||
/// @param ArgNo If this variable is an arugment then this argument's
|
/// @param ArgNo If this variable is an argument then this argument's
|
||||||
/// number. 1 indicates 1st argument.
|
/// number. 1 indicates 1st argument.
|
||||||
DIVariable createComplexVariable(unsigned Tag, DIDescriptor Scope,
|
DIVariable createComplexVariable(unsigned Tag, DIDescriptor Scope,
|
||||||
StringRef Name, DIFile F, unsigned LineNo,
|
StringRef Name, DIFile F, unsigned LineNo,
|
||||||
|
Loading…
Reference in New Issue
Block a user