diff options
| author | Matt Arsenault <Matthew.Arsenault@amd.com> | 2013-04-08 18:52:58 +0000 |
|---|---|---|
| committer | Matt Arsenault <Matthew.Arsenault@amd.com> | 2013-04-08 18:52:58 +0000 |
| commit | 38b9e136ecbdcae2cd5cf0478f3057e21293fa10 (patch) | |
| tree | 3309606a8383df8d0021f040c8b6be701f1edda6 /llvm | |
| parent | f7106af65693d564632956203c879622b2ec8a1f (diff) | |
| download | bcm5719-llvm-38b9e136ecbdcae2cd5cf0478f3057e21293fa10.tar.gz bcm5719-llvm-38b9e136ecbdcae2cd5cf0478f3057e21293fa10.zip | |
Update documentation.
First feature is not CPU subtype anymore since r134127
llvm-svn: 179038
Diffstat (limited to 'llvm')
| -rw-r--r-- | llvm/include/llvm/MC/SubtargetFeature.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/llvm/include/llvm/MC/SubtargetFeature.h b/llvm/include/llvm/MC/SubtargetFeature.h index 37ae03b45ca..8862c8b7629 100644 --- a/llvm/include/llvm/MC/SubtargetFeature.h +++ b/llvm/include/llvm/MC/SubtargetFeature.h @@ -62,10 +62,8 @@ struct SubtargetInfoKV { /// /// SubtargetFeatures - Manages the enabling and disabling of subtarget /// specific features. Features are encoded as a string of the form -/// "cpu,+attr1,+attr2,-attr3,...,+attrN" +/// "+attr1,+attr2,-attr3,...,+attrN" /// A comma separates each feature from the next (all lowercase.) -/// The first feature is always the CPU subtype (eg. pentiumm). If the CPU -/// value is "generic" then the CPU subtype should be generic for the target. /// Each of the remaining features is prefixed with + or - indicating whether /// that feature should be enabled or disabled contrary to the cpu /// specification. |

