[llvm-commits] CVS: llvm/lib/Target/X86/X86Subtarget.cpp

Evan Cheng evan.cheng at apple.com
Tue Feb 14 12:37:49 PST 2006



Changes in directory llvm/lib/Target/X86:

X86Subtarget.cpp updated: 1.23 -> 1.24
---
Log message:

Duh

---
Diffs of the changes:  (+0 -3)

 X86Subtarget.cpp |    3 ---
 1 files changed, 3 deletions(-)


Index: llvm/lib/Target/X86/X86Subtarget.cpp
diff -u llvm/lib/Target/X86/X86Subtarget.cpp:1.23 llvm/lib/Target/X86/X86Subtarget.cpp:1.24
--- llvm/lib/Target/X86/X86Subtarget.cpp:1.23	Tue Feb 14 14:30:14 2006
+++ llvm/lib/Target/X86/X86Subtarget.cpp	Tue Feb 14 14:37:37 2006
@@ -160,9 +160,6 @@
   // 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();






More information about the llvm-commits mailing list