mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-10-30 15:32:52 +01:00
6 lines
150 B
Plaintext
6 lines
150 B
Plaintext
|
;; The bytecode writer was trying to treat undef values as ConstantArray's when
|
||
|
;; they looked like strings.
|
||
|
|
||
|
%G = internal global [8 x sbyte] undef
|
||
|
|