mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-22 18:54:02 +01:00
6c4fc98afa
Fix the condition for when the new global takes over the name of the existing one to be the negation of the condition for the new global to get internal linkage. llvm-svn: 258355
8 lines
69 B
LLVM
8 lines
69 B
LLVM
define void @B() {
|
|
call void @A()
|
|
ret void
|
|
}
|
|
|
|
declare void @A()
|
|
|