diff options
author | Evan Cheng <evan.cheng@apple.com> | 2006-02-14 20:37:37 +0000 |
---|---|---|
committer | Evan Cheng <evan.cheng@apple.com> | 2006-02-14 20:37:37 +0000 |
commit | ddf7532442cf2d7b47dfd767edcfbc4298e173ea (patch) | |
tree | 6c2a404a9dcb7549549626f01c6124797386c8bc /lib/Target/X86/X86Subtarget.cpp | |
parent | 968c1781726511e4f90ca78355a3c1b582c22692 (diff) |
Duh
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@26180 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Target/X86/X86Subtarget.cpp')
-rw-r--r-- | lib/Target/X86/X86Subtarget.cpp | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/lib/Target/X86/X86Subtarget.cpp b/lib/Target/X86/X86Subtarget.cpp index c43ba26074..d0c5c4d39a 100644 --- a/lib/Target/X86/X86Subtarget.cpp +++ b/lib/Target/X86/X86Subtarget.cpp @@ -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(); |