summaryrefslogtreecommitdiff
path: root/test/Assembler/2003-10-04-NotMergingGlobalConstants.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/Assembler/2003-10-04-NotMergingGlobalConstants.ll')
-rw-r--r--test/Assembler/2003-10-04-NotMergingGlobalConstants.ll6
1 files changed, 0 insertions, 6 deletions
diff --git a/test/Assembler/2003-10-04-NotMergingGlobalConstants.ll b/test/Assembler/2003-10-04-NotMergingGlobalConstants.ll
deleted file mode 100644
index 5fec05d8cb..0000000000
--- a/test/Assembler/2003-10-04-NotMergingGlobalConstants.ll
+++ /dev/null
@@ -1,6 +0,0 @@
-; RUN: llvm-as %s -o /dev/null
-
-%T = type i32
-@X = global i32* null ; <i32**> [#uses=0]
-@Y = global i32* null ; <i32**> [#uses=0]
-