diff options
Diffstat (limited to 'lib/Bitcode/Reader/MetadataLoader.h')
| -rw-r--r-- | lib/Bitcode/Reader/MetadataLoader.h | 4 | 
1 files changed, 1 insertions, 3 deletions
diff --git a/lib/Bitcode/Reader/MetadataLoader.h b/lib/Bitcode/Reader/MetadataLoader.h index f23dcc06cc949..07a77a086f324 100644 --- a/lib/Bitcode/Reader/MetadataLoader.h +++ b/lib/Bitcode/Reader/MetadataLoader.h @@ -65,9 +65,7 @@ public:    /// necessary.    Metadata *getMetadataFwdRefOrLoad(unsigned Idx); -  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.  | 
