mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-06-25 16:24:23 +00:00
Fix typos in comments, NFC
Summary: Just fixing comments, no functional change. Test Plan: N/A Reviewers: jfb Subscribers: mcrosier, llvm-commits Differential Revision: http://reviews.llvm.org/D5130 git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@216784 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@ -3337,7 +3337,7 @@ bool LLParser::ParseFunctionHeader(Function *&Fn, bool isDefine) {
|
||||
if (isDefine)
|
||||
return false;
|
||||
|
||||
// Check the a declaration has no block address forward references.
|
||||
// Check the declaration has no block address forward references.
|
||||
ValID ID;
|
||||
if (FunctionName.empty()) {
|
||||
ID.Kind = ValID::t_GlobalID;
|
||||
|
Reference in New Issue
Block a user