commit | 683a9226532914f2ee9b7ddb9d76e7ee84079e9e | [log] [tgz] |
---|---|---|
author | Andrew Lenharth <andrewl@lenharth.org> | Tue Nov 11 06:06:07 2008 +0000 |
committer | Andrew Lenharth <andrewl@lenharth.org> | Tue Nov 11 06:06:07 2008 +0000 |
tree | 3e3c518f515724412dbb61fe2f3aedf2410590ef | |
parent | 00ec49b6bafc33ee17d97ec1c723e1edb41d4c97 [diff] [blame] |
fix another libgcc blocker git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@59026 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/lib/Target/Alpha/AlphaISelLowering.cpp b/lib/Target/Alpha/AlphaISelLowering.cpp index 7878830..1872b42 100644 --- a/lib/Target/Alpha/AlphaISelLowering.cpp +++ b/lib/Target/Alpha/AlphaISelLowering.cpp
@@ -97,6 +97,7 @@ 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