summaryrefslogtreecommitdiffstats
path: root/test/CodeGen/Alpha/sub128.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/CodeGen/Alpha/sub128.ll')
-rw-r--r--test/CodeGen/Alpha/sub128.ll9
1 files changed, 0 insertions, 9 deletions
diff --git a/test/CodeGen/Alpha/sub128.ll b/test/CodeGen/Alpha/sub128.ll
deleted file mode 100644
index d26404b..0000000
--- a/test/CodeGen/Alpha/sub128.ll
+++ /dev/null
@@ -1,9 +0,0 @@
-;test for SUBC and SUBE expansion
-;
-; RUN: llc < %s -march=alpha
-
-define i128 @sub128(i128 %x, i128 %y) {
-entry:
- %tmp = sub i128 %y, %x
- ret i128 %tmp
-}
OpenPOWER on IntegriCloud