2004-10-23 03:10:01 +00:00
|
|
|
;; The bytecode writer was trying to treat undef values as ConstantArray's when
|
|
|
|
;; they looked like strings.
|
2004-11-07 05:01:34 +00:00
|
|
|
;; RUN: llvm-as < %s -o /dev/null -f
|
2004-10-23 03:10:01 +00:00
|
|
|
%G = internal global [8 x sbyte] undef
|
|
|
|
|