aboutsummaryrefslogtreecommitdiffstats
path: root/test/CodeGen/Alpha/add128.ll
diff options
context:
space:
mode:
authorDan Gohman <gohman@apple.com>2011-10-27 22:56:32 +0000
committerStephen Hines <srhines@google.com>2011-11-14 09:11:24 -0800
commitfa86eb40bf5d7dfdd97f0fe0fc2a122c2d8eed01 (patch)
tree807b8393a3ca3fb45abf2e28da61618494f5d3e4 /test/CodeGen/Alpha/add128.ll
parent38d59dbfec3318831bf293097968165abbee49a2 (diff)
downloadexternal_llvm-fa86eb40bf5d7dfdd97f0fe0fc2a122c2d8eed01.zip
external_llvm-fa86eb40bf5d7dfdd97f0fe0fc2a122c2d8eed01.tar.gz
external_llvm-fa86eb40bf5d7dfdd97f0fe0fc2a122c2d8eed01.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/add128.ll')
-rw-r--r--test/CodeGen/Alpha/add128.ll9
1 files changed, 0 insertions, 9 deletions
diff --git a/test/CodeGen/Alpha/add128.ll b/test/CodeGen/Alpha/add128.ll
deleted file mode 100644
index fa3b949..0000000
--- a/test/CodeGen/Alpha/add128.ll
+++ /dev/null
@@ -1,9 +0,0 @@
-;test for ADDC and ADDE expansion
-;
-; RUN: llc < %s -march=alpha
-
-define i128 @add128(i128 %x, i128 %y) {
-entry:
- %tmp = add i128 %y, %x
- ret i128 %tmp
-}