forked from OSchip/llvm-project
parent
cb4d26fb95
commit
f9b586cf24
|
@ -1,3 +1,6 @@
|
|||
; This bug was caused by two CPR's existing for the same global variable,
|
||||
; colliding in the Module level CPR map.
|
||||
|
||||
; RUN: as < %s -o /dev/null -f
|
||||
|
||||
void %test() {
|
||||
|
|
Loading…
Reference in New Issue