diff options
author | Rafael Espindola <rafael.espindola@gmail.com> | 2013-10-07 13:34:05 +0000 |
---|---|---|
committer | Rafael Espindola <rafael.espindola@gmail.com> | 2013-10-07 13:34:05 +0000 |
commit | c697f8b28832a0dcb8b7ceb919b02628050b7730 (patch) | |
tree | 7b6ef17ce69ce35cd8042d3d6289504529ba687f /lib/MC | |
parent | cf3e4cb29a5fd485f11354060bb7a99e8cfdaf09 (diff) | |
download | external_llvm-c697f8b28832a0dcb8b7ceb919b02628050b7730.zip external_llvm-c697f8b28832a0dcb8b7ceb919b02628050b7730.tar.gz external_llvm-c697f8b28832a0dcb8b7ceb919b02628050b7730.tar.bz2 |
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
Diffstat (limited to 'lib/MC')
-rw-r--r-- | lib/MC/SubtargetFeature.cpp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/MC/SubtargetFeature.cpp b/lib/MC/SubtargetFeature.cpp index 7625abd..68d68ff 100644 --- a/lib/MC/SubtargetFeature.cpp +++ b/lib/MC/SubtargetFeature.cpp @@ -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 |