mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-07-27 12:26:08 +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:
@@ -99,8 +99,7 @@ public:
|
|||||||
// Dump feature info.
|
// Dump feature info.
|
||||||
void dump() const;
|
void dump() const;
|
||||||
|
|
||||||
/// Retrieve a formatted string of the default features for the specified
|
/// Adds the default features for the specified target triple.
|
||||||
/// target triple.
|
|
||||||
void getDefaultSubtargetFeatures(const Triple& Triple);
|
void getDefaultSubtargetFeatures(const Triple& Triple);
|
||||||
};
|
};
|
||||||
|
|
||||||
|
@@ -353,8 +353,7 @@ void SubtargetFeatures::dump() const {
|
|||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/// getDefaultSubtargetFeatures - Return a string listing the features
|
/// Adds the default features for the specified target triple.
|
||||||
/// associated with the target triple.
|
|
||||||
///
|
///
|
||||||
/// FIXME: This is an inelegant way of specifying the features of a
|
/// FIXME: This is an inelegant way of specifying the features of a
|
||||||
/// subtarget. It would be better if we could encode this information
|
/// subtarget. It would be better if we could encode this information
|
||||||
|
Reference in New Issue
Block a user