mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-12 02:33:33 +00:00
Constants are not getting merged together correctly when types are resolved
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@8846 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
70b06fc717
commit
ded46e27cc
6
test/Assembler/2003-10-04-NotMergingGlobalConstants.ll
Normal file
6
test/Assembler/2003-10-04-NotMergingGlobalConstants.ll
Normal file
@ -0,0 +1,6 @@
|
||||
|
||||
%T = type opaque
|
||||
%X = global %T* null
|
||||
%Y = global int* null
|
||||
|
||||
%T = type int
|
Loading…
x
Reference in New Issue
Block a user