summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/Alpha
diff options
context:
space:
mode:
authorAndrew Lenharth <andrewl@lenharth.org>2008-11-11 06:06:07 +0000
committerAndrew Lenharth <andrewl@lenharth.org>2008-11-11 06:06:07 +0000
commit2126a6d3c44889b1b6fee8484c29166b7ea68659 (patch)
tree88e78314cbae532eeabaf5dcab1423be9fc662b3 /llvm/lib/Target/Alpha
parent774e9ac43349944a4550dac49e0c3db72835c9bd (diff)
downloadbcm5719-llvm-2126a6d3c44889b1b6fee8484c29166b7ea68659.tar.gz
bcm5719-llvm-2126a6d3c44889b1b6fee8484c29166b7ea68659.zip
fix another libgcc blocker
llvm-svn: 59026
Diffstat (limited to 'llvm/lib/Target/Alpha')
-rw-r--r--llvm/lib/Target/Alpha/AlphaISelLowering.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/lib/Target/Alpha/AlphaISelLowering.cpp b/llvm/lib/Target/Alpha/AlphaISelLowering.cpp
index 78788307355..1872b42275e 100644
--- a/llvm/lib/Target/Alpha/AlphaISelLowering.cpp
+++ b/llvm/lib/Target/Alpha/AlphaISelLowering.cpp
@@ -97,6 +97,7 @@ AlphaTargetLowering::AlphaTargetLowering(TargetMachine &TM) : TargetLowering(TM)
setOperationAction(ISD::SUBE , MVT::i64, Expand);
setOperationAction(ISD::UMUL_LOHI, MVT::i64, Expand);
+ setOperationAction(ISD::SMUL_LOHI, MVT::i64, Expand);
// We don't support sin/cos/sqrt/pow
OpenPOWER on IntegriCloud