mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-01-02 09:01:37 +00:00
4572ce85b0
llvm-svn: 33296
6 lines
201 B
Plaintext
6 lines
201 B
Plaintext
;; The bytecode writer was trying to treat undef values as ConstantArray's when
|
|
;; they looked like strings.
|
|
;; RUN: llvm-upgrade < %s | llvm-as -o /dev/null -f
|
|
%G = internal global [8 x sbyte] undef
|
|
|