summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen/SelectionDAG/TargetLowering.cpp
diff options
context:
space:
mode:
authorDale Johannesen <dalej@apple.com>2007-08-09 01:04:01 +0000
committerDale Johannesen <dalej@apple.com>2007-08-09 01:04:01 +0000
commitba1a98a4e0dd43cec625fbb5435c13e987263a2f (patch)
treee496352e154c49b4ffb8cbbe424d41d3626c8de8 /llvm/lib/CodeGen/SelectionDAG/TargetLowering.cpp
parentf5124b36e4092f21eee17c4e67e23c1d26d43a78 (diff)
downloadbcm5719-llvm-ba1a98a4e0dd43cec625fbb5435c13e987263a2f.tar.gz
bcm5719-llvm-ba1a98a4e0dd43cec625fbb5435c13e987263a2f.zip
long double 9 of N. This finishes up the X86-32 bits
(constants are still not handled). Adds ConvertActions to control fp-to-fp conversions (these are currently defaulted for all other targets, so no changes there). llvm-svn: 40958
Diffstat (limited to 'llvm/lib/CodeGen/SelectionDAG/TargetLowering.cpp')
-rw-r--r--llvm/lib/CodeGen/SelectionDAG/TargetLowering.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/lib/CodeGen/SelectionDAG/TargetLowering.cpp b/llvm/lib/CodeGen/SelectionDAG/TargetLowering.cpp
index 1b7b436b031..2e91359b430 100644
--- a/llvm/lib/CodeGen/SelectionDAG/TargetLowering.cpp
+++ b/llvm/lib/CodeGen/SelectionDAG/TargetLowering.cpp
@@ -129,6 +129,7 @@ TargetLowering::TargetLowering(TargetMachine &tm)
memset(LoadXActions, 0, sizeof(LoadXActions));
memset(&StoreXActions, 0, sizeof(StoreXActions));
memset(&IndexedModeActions, 0, sizeof(IndexedModeActions));
+ memset(&ConvertActions, 0, sizeof(ConvertActions));
// Set all indexed load / store to expand.
for (unsigned VT = 0; VT != (unsigned)MVT::LAST_VALUETYPE; ++VT) {
OpenPOWER on IntegriCloud