mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-10-30 07:22:55 +01:00
67711d00d1
llvm-svn: 17556
6 lines
186 B
Plaintext
6 lines
186 B
Plaintext
;; 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 sbyte] undef
|
|
|