mirror of
https://github.com/RPCS3/llvm.git
synced 2025-01-19 08:24:12 +00:00
New testcase
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@1835 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
fad83694a2
commit
57232c53aa
16
test/Assembler/2002-03-08-NameCollision.ll
Normal file
16
test/Assembler/2002-03-08-NameCollision.ll
Normal file
@ -0,0 +1,16 @@
|
||||
; Method arguments were being checked for collisions at the global scope before
|
||||
; the method object was created by the parser. Because of this, false collisions
|
||||
; could occur that would cause the following error message to be produced:
|
||||
;
|
||||
; Redefinition of value named 'X' in the 'int *' type plane!
|
||||
;
|
||||
; Fixed by delaying binding of variable names until _after_ the method symtab is
|
||||
; created.
|
||||
;
|
||||
|
||||
%X = global int 4
|
||||
|
||||
declare int "xxx"(int * %X)
|
||||
|
||||
implementation
|
||||
|
Loading…
x
Reference in New Issue
Block a user