summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/X86/X86Subtarget.cpp
diff options
context:
space:
mode:
authorEvan Cheng <evan.cheng@apple.com>2006-02-14 20:37:37 +0000
committerEvan Cheng <evan.cheng@apple.com>2006-02-14 20:37:37 +0000
commit43b72f44210e7eebd063d2d1e55675e7a14de9c2 (patch)
tree1066b197563b666cb98ea6981c710c67be7253c1 /llvm/lib/Target/X86/X86Subtarget.cpp
parentad8c20cd2b42909cc6d361b49dd5803168b9d565 (diff)
downloadbcm5719-llvm-43b72f44210e7eebd063d2d1e55675e7a14de9c2.tar.gz
bcm5719-llvm-43b72f44210e7eebd063d2d1e55675e7a14de9c2.zip
Duh
llvm-svn: 26180
Diffstat (limited to 'llvm/lib/Target/X86/X86Subtarget.cpp')
-rw-r--r--llvm/lib/Target/X86/X86Subtarget.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/llvm/lib/Target/X86/X86Subtarget.cpp b/llvm/lib/Target/X86/X86Subtarget.cpp
index c43ba26074c..d0c5c4d39a4 100644
--- a/llvm/lib/Target/X86/X86Subtarget.cpp
+++ b/llvm/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();
OpenPOWER on IntegriCloud