forked from OSchip/llvm-project
Fix the documentation of getDefaultSubtargetFeatures.
Patch by David Nadlinger. llvm-svn: 192098
This commit is contained in:
parent
f86d1f0b77
commit
41d630f448
|
@ -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);
|
||||
};
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue