mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
SIL: Remove stale leading name from doc comment.
Swift SVN r6509
This commit is contained in:
@@ -50,8 +50,8 @@ private:
|
||||
/// the function's linkage.
|
||||
llvm::PointerIntPair<SILModule*, 2, SILLinkage> ModuleAndLinkage;
|
||||
|
||||
/// MangledName - This is the mangled name of the SIL function, which will
|
||||
/// be propagated into LLVM IR.
|
||||
/// The mangled name of the SIL function, which will be propagated to the
|
||||
/// binary.
|
||||
std::string Name;
|
||||
|
||||
/// The lowered type of the function.
|
||||
|
||||
Reference in New Issue
Block a user