summaryrefslogtreecommitdiff
path: root/test/CodeGen/SystemZ/02-RetSub.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/CodeGen/SystemZ/02-RetSub.ll')
-rw-r--r--test/CodeGen/SystemZ/02-RetSub.ll7
1 files changed, 0 insertions, 7 deletions
diff --git a/test/CodeGen/SystemZ/02-RetSub.ll b/test/CodeGen/SystemZ/02-RetSub.ll
deleted file mode 100644
index 98e1861365..0000000000
--- a/test/CodeGen/SystemZ/02-RetSub.ll
+++ /dev/null
@@ -1,7 +0,0 @@
-; RUN: llc < %s -march=systemz
-
-define i64 @foo(i64 %a, i64 %b) {
-entry:
- %c = sub i64 %a, %b
- ret i64 %c
-}