aboutsummaryrefslogtreecommitdiffstats
path: root/test/CodeGen/Alpha/mul128.ll
diff options
context:
space:
mode:
authorDan Gohman <gohman@apple.com>2011-10-27 22:56:32 +0000
committerDan Gohman <gohman@apple.com>2011-10-27 22:56:32 +0000
commit33ba8b0e96acde0d8ab1ffc565a5ef4c8b6b6ac2 (patch)
tree19356b63d7d9c64977cbfdac0d82e272b117cfbf /test/CodeGen/Alpha/mul128.ll
parent03e03b098462c2715598ca96298110b63c57a2d3 (diff)
downloadexternal_llvm-33ba8b0e96acde0d8ab1ffc565a5ef4c8b6b6ac2.zip
external_llvm-33ba8b0e96acde0d8ab1ffc565a5ef4c8b6b6ac2.tar.gz
external_llvm-33ba8b0e96acde0d8ab1ffc565a5ef4c8b6b6ac2.tar.bz2
Remove the Alpha backend.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@143164 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/CodeGen/Alpha/mul128.ll')
-rw-r--r--test/CodeGen/Alpha/mul128.ll7
1 files changed, 0 insertions, 7 deletions
diff --git a/test/CodeGen/Alpha/mul128.ll b/test/CodeGen/Alpha/mul128.ll
deleted file mode 100644
index daf8409..0000000
--- a/test/CodeGen/Alpha/mul128.ll
+++ /dev/null
@@ -1,7 +0,0 @@
-; RUN: llc < %s -march=alpha
-
-define i128 @__mulvdi3(i128 %a, i128 %b) nounwind {
-entry:
- %r = mul i128 %a, %b
- ret i128 %r
-}