aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEvan Cheng <evan.cheng@apple.com>2008-02-12 07:59:55 +0000
committerEvan Cheng <evan.cheng@apple.com>2008-02-12 07:59:55 +0000
commitadd251754cd18f4ef9f4eb1ead16a0c98887066e (patch)
treeb131b2ce009d0939299b94f44270dc30a117c05a
parent5ae45caf793632137bcf8c9f4857cd3fafd47018 (diff)
Update comment.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@47002 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--lib/Target/X86/X86Subtarget.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/Target/X86/X86Subtarget.h b/lib/Target/X86/X86Subtarget.h
index 789ea3eccf..e34d1f1aee 100644
--- a/lib/Target/X86/X86Subtarget.h
+++ b/lib/Target/X86/X86Subtarget.h
@@ -53,8 +53,8 @@ protected:
///
PICStyle::Style PICStyle;
- /// X86SSELevel - MMX, SSE1, SSE2, SSE3, SSSE3, or none supported.
- ///
+ /// X86SSELevel - MMX, SSE1, SSE2, SSE3, SSSE3, SSE41, SSE42, or
+ /// none supported.
X86SSEEnum X86SSELevel;
/// X863DNowLevel - 3DNow or 3DNow Athlon, or none supported.