summaryrefslogtreecommitdiffstats
path: root/test/CodeGen/Alpha/weak.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/CodeGen/Alpha/weak.ll')
-rw-r--r--test/CodeGen/Alpha/weak.ll16
1 files changed, 0 insertions, 16 deletions
diff --git a/test/CodeGen/Alpha/weak.ll b/test/CodeGen/Alpha/weak.ll
deleted file mode 100644
index ff04de9..0000000
--- a/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