Update comment.
authorEvan Cheng <evan.cheng@apple.com>
Tue, 12 Feb 2008 07:59:55 +0000 (07:59 +0000)
committerEvan Cheng <evan.cheng@apple.com>
Tue, 12 Feb 2008 07:59:55 +0000 (07:59 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@47002 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Target/X86/X86Subtarget.h

index 789ea3eccf7fd7a0e9ab5336a43c9bc49cab8f86..e34d1f1aeef2f6ee5ff87e1effcb92bb1d8e41ba 100644 (file)
@@ -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.