summaryrefslogtreecommitdiffstats
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, 6 insertions, 0 deletions
diff --git a/test/Assembler/2003-10-04-NotMergingGlobalConstants.ll b/test/Assembler/2003-10-04-NotMergingGlobalConstants.ll
new file mode 100644
index 0000000..5fec05d
--- /dev/null
+++ b/test/Assembler/2003-10-04-NotMergingGlobalConstants.ll
@@ -0,0 +1,6 @@
+; RUN: llvm-as %s -o /dev/null
+
+%T = type i32
+@X = global i32* null ; <i32**> [#uses=0]
+@Y = global i32* null ; <i32**> [#uses=0]
+