aboutsummaryrefslogtreecommitdiffstats
path: root/test/Linker/unnamed-addr2-b.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/Linker/unnamed-addr2-b.ll')
-rw-r--r--test/Linker/unnamed-addr2-b.ll7
1 files changed, 0 insertions, 7 deletions
diff --git a/test/Linker/unnamed-addr2-b.ll b/test/Linker/unnamed-addr2-b.ll
deleted file mode 100644
index 8327912..0000000
--- a/test/Linker/unnamed-addr2-b.ll
+++ /dev/null
@@ -1,7 +0,0 @@
-; This file is for use with unnamed-addr2-a.ll
-; RUN: true
-
-define unnamed_addr i32 @foo() {
-entry:
- ret i32 42
-}