Fix the documentation of getDefaultSubtargetFeatures.

Patch by David Nadlinger.

llvm-svn: 192098
This commit is contained in:
Rafael Espindola 2013-10-07 13:34:05 +00:00
parent f86d1f0b77
commit 41d630f448
2 changed files with 2 additions and 4 deletions

View File

@ -99,8 +99,7 @@ public:
// Dump feature info.
void dump() const;
/// Retrieve a formatted string of the default features for the specified
/// target triple.
/// Adds the default features for the specified target triple.
void getDefaultSubtargetFeatures(const Triple& Triple);
};

View File

@ -353,8 +353,7 @@ void SubtargetFeatures::dump() const {
}
#endif
/// getDefaultSubtargetFeatures - Return a string listing the features
/// associated with the target triple.
/// Adds the default features for the specified target triple.
///
/// FIXME: This is an inelegant way of specifying the features of a
/// subtarget. It would be better if we could encode this information