mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-13 20:32:21 +00:00
Fix typo in doxy-comment.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@129028 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
4d81c9a6ba
commit
b0923771c9
@ -308,7 +308,7 @@ public:
|
||||
/// 1. If it does not exist, add a declaration of the global and return it.
|
||||
/// 2. Else, the global exists but has the wrong type: return the function
|
||||
/// with a constantexpr cast to the right type.
|
||||
/// 3. Finally, if the existing global is the correct delclaration, return
|
||||
/// 3. Finally, if the existing global is the correct declaration, return
|
||||
/// the existing global.
|
||||
Constant *getOrInsertGlobal(StringRef Name, const Type *Ty);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user