diff options
-rw-r--r-- | test/Assembler/2003-10-04-NotMergingGlobalConstants.ll | 6 |
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..2f45504 --- /dev/null +++ b/test/Assembler/2003-10-04-NotMergingGlobalConstants.ll @@ -0,0 +1,6 @@ + +%T = type opaque +%X = global %T* null +%Y = global int* null + +%T = type int |