diff options
author | Xin Tong <trent.xin.tong@gmail.com> | 2018-08-06 05:03:21 +0000 |
---|---|---|
committer | Xin Tong <trent.xin.tong@gmail.com> | 2018-08-06 05:03:21 +0000 |
commit | 77931caec5cfdabc5155e5a6d0200b5ff46cf889 (patch) | |
tree | c24446bd8614cf449966421ae6d9730e98838590 /llvm/lib/Bitcode/Reader/MetadataLoader.h | |
parent | 1a56ac790a9fd61bb4369f58031807ef66b048eb (diff) | |
download | bcm5719-llvm-77931caec5cfdabc5155e5a6d0200b5ff46cf889.tar.gz bcm5719-llvm-77931caec5cfdabc5155e5a6d0200b5ff46cf889.zip |
[NFC] Fix typo
llvm-svn: 338987
Diffstat (limited to 'llvm/lib/Bitcode/Reader/MetadataLoader.h')
-rw-r--r-- | llvm/lib/Bitcode/Reader/MetadataLoader.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Bitcode/Reader/MetadataLoader.h b/llvm/lib/Bitcode/Reader/MetadataLoader.h index f23dcc06cc9..752eb35ebb4 100644 --- a/llvm/lib/Bitcode/Reader/MetadataLoader.h +++ b/llvm/lib/Bitcode/Reader/MetadataLoader.h @@ -67,7 +67,7 @@ public: MDNode *getMDNodeFwdRefOrNull(unsigned Idx); - /// Return the DISubprogra metadata for a Function if any, null otherwise. + /// Return the DISubprogram metadata for a Function if any, null otherwise. DISubprogram *lookupSubprogramForFunction(Function *F); /// Parse a `METADATA_ATTACHMENT` block for a function. |