Fix the documentation of getDefaultSubtargetFeatures.

Patch by David Nadlinger.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@192098 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Rafael Espindola 2013-10-07 13:34:05 +00:00
parent cf3e4cb29a
commit c697f8b288
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