Duh
authorEvan Cheng <evan.cheng@apple.com>
Tue, 14 Feb 2006 20:37:37 +0000 (20:37 +0000)
committerEvan Cheng <evan.cheng@apple.com>
Tue, 14 Feb 2006 20:37:37 +0000 (20:37 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@26180 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Target/X86/X86Subtarget.cpp

index c43ba26074c1d02f800d22bc6359436db5f390e0..d0c5c4d39a4551411e5d5c264f719b4e953c940e 100644 (file)
@@ -160,9 +160,6 @@ X86Subtarget::X86Subtarget(const Module &M, const std::string &FS) {
   // Default to ELF unless otherwise specified.
   TargetType = isELF;
   
-  X86SSELevel = NoMMXSSE;
-  X863DNowLevel = NoThreeDNow;
-      
   // Set the boolean corresponding to the current target triple, or the default
   // if one cannot be determined, to true.
   const std::string& TT = M.getTargetTriple();