SIL: Remove stale leading name from doc comment.

Swift SVN r6509
This commit is contained in:
Joe Groff
2013-07-23 21:17:54 +00:00
parent 6850fd343b
commit 06f0eb3240

View File

@@ -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.