diff options
author | Andrew Lenharth <andrewl@lenharth.org> | 2006-04-03 03:18:59 +0000 |
---|---|---|
committer | Andrew Lenharth <andrewl@lenharth.org> | 2006-04-03 03:18:59 +0000 |
commit | 4e2c073a33916d956fdb6df751d735375bd55f2a (patch) | |
tree | 285b029172bcd4fd632181ad2b0d64378b8ba1fa /llvm/lib/Target/Alpha/AlphaISelLowering.cpp | |
parent | 94f012f606fd325990f83cc06863d8300f613042 (diff) | |
download | bcm5719-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.cpp | 2 |
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); |