summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/Alpha/AlphaISelLowering.cpp
diff options
context:
space:
mode:
authorAndrew Lenharth <andrewl@lenharth.org>2006-04-03 03:18:59 +0000
committerAndrew Lenharth <andrewl@lenharth.org>2006-04-03 03:18:59 +0000
commit4e2c073a33916d956fdb6df751d735375bd55f2a (patch)
tree285b029172bcd4fd632181ad2b0d64378b8ba1fa /llvm/lib/Target/Alpha/AlphaISelLowering.cpp
parent94f012f606fd325990f83cc06863d8300f613042 (diff)
downloadbcm5719-llvm-4e2c073a33916d956fdb6df751d735375bd55f2a.tar.gz
bcm5719-llvm-4e2c073a33916d956fdb6df751d735375bd55f2a.zip
mul by const conversion sequences. more coming soon
llvm-svn: 27368
Diffstat (limited to 'llvm/lib/Target/Alpha/AlphaISelLowering.cpp')
-rw-r--r--llvm/lib/Target/Alpha/AlphaISelLowering.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Target/Alpha/AlphaISelLowering.cpp b/llvm/lib/Target/Alpha/AlphaISelLowering.cpp
index b1111a6a826..a87647ce70e 100644
--- a/llvm/lib/Target/Alpha/AlphaISelLowering.cpp
+++ b/llvm/lib/Target/Alpha/AlphaISelLowering.cpp
@@ -229,7 +229,7 @@ AlphaTargetLowering::AlphaTargetLowering(TargetMachine &TM) : TargetLowering(TM)
setOperationAction(ISD::UREM , MVT::i64, Custom);
setOperationAction(ISD::SDIV , MVT::i64, Custom);
setOperationAction(ISD::UDIV , MVT::i64, Custom);
-
+
setOperationAction(ISD::MEMMOVE , MVT::Other, Expand);
setOperationAction(ISD::MEMSET , MVT::Other, Expand);
setOperationAction(ISD::MEMCPY , MVT::Other, Expand);
OpenPOWER on IntegriCloud