summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/Alpha/weak.ll
diff options
context:
space:
mode:
Diffstat (limited to 'llvm/test/CodeGen/Alpha/weak.ll')
-rw-r--r--llvm/test/CodeGen/Alpha/weak.ll16
1 files changed, 0 insertions, 16 deletions
diff --git a/llvm/test/CodeGen/Alpha/weak.ll b/llvm/test/CodeGen/Alpha/weak.ll
deleted file mode 100644
index ff04de9ef46..00000000000
--- a/llvm/test/CodeGen/Alpha/weak.ll
+++ /dev/null
@@ -1,16 +0,0 @@
-; RUN: llc < %s -march=alpha | grep .weak.*f
-; RUN: llc < %s -march=alpha | grep .weak.*h
-
-define weak i32 @f() {
-entry:
- unreachable
-}
-
-define void @g() {
-entry:
- tail call void @h( )
- ret void
-}
-
-declare extern_weak void @h()
-
OpenPOWER on IntegriCloud