summaryrefslogtreecommitdiff
path: root/test/Linker/metadata-b.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/Linker/metadata-b.ll')
-rw-r--r--test/Linker/metadata-b.ll9
1 files changed, 0 insertions, 9 deletions
diff --git a/test/Linker/metadata-b.ll b/test/Linker/metadata-b.ll
deleted file mode 100644
index ef0270af07..0000000000
--- a/test/Linker/metadata-b.ll
+++ /dev/null
@@ -1,9 +0,0 @@
-; This file is for use with metadata-a.ll
-; RUN: true
-
-define void @goo(i32 %b) nounwind {
-entry:
- ret void, !attach !0, !and !{ i32 %b }
-}
-
-!0 = metadata !{i32 524334, void (i32)* @goo}