Update a comment to be more descriptive.

llvm-svn: 244346
This commit is contained in:
Eric Christopher 2015-08-07 19:07:08 +00:00
parent ea575525e1
commit e4f73b3f3b
1 changed files with 1 additions and 1 deletions

View File

@ -7503,7 +7503,7 @@ static TargetInfo *AllocateTarget(const llvm::Triple &Triple) {
} }
/// CreateTargetInfo - Return the target info object for the specified target /// CreateTargetInfo - Return the target info object for the specified target
/// triple. /// options.
TargetInfo * TargetInfo *
TargetInfo::CreateTargetInfo(DiagnosticsEngine &Diags, TargetInfo::CreateTargetInfo(DiagnosticsEngine &Diags,
const std::shared_ptr<TargetOptions> &Opts) { const std::shared_ptr<TargetOptions> &Opts) {