mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-24 19:52:54 +01:00
63bd1df323
llvm-svn: 49969
6 lines
183 B
LLVM
6 lines
183 B
LLVM
;; The bytecode writer was trying to treat undef values as ConstantArray's when
|
|
;; they looked like strings.
|
|
;; RUN: llvm-as < %s -o /dev/null -f
|
|
@G = internal global [8 x i8] undef
|
|
|