mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-04-11 00:39:36 +00:00
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:
parent
cf3e4cb29a
commit
c697f8b288
@ -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…
x
Reference in New Issue
Block a user