mirror of
https://github.com/RPCSX/llvm.git
synced 2026-01-31 01:05:23 +01:00
This makes sure we get the same redefinition rules regardless of who is printing (asm parser, codegen) and to what (asm, obj). This fixes an unintentional regression in r293936. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@294752 91177308-0d34-0410-b5e6-96231b3b80d8
9 lines
142 B
LLVM
9 lines
142 B
LLVM
; RUN: llc < %s -march=xcore
|
|
|
|
; we used to crash in this.
|
|
@bar = internal global i32 zeroinitializer
|
|
|
|
define void @".dp.bss"() {
|
|
ret void
|
|
}
|