mirror of
https://github.com/capstone-engine/llvm-capstone.git
synced 2024-12-03 19:32:35 +00:00
c8eccd1147
llvm-svn: 216022
7 lines
209 B
LLVM
7 lines
209 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
|
|
;; RUN: verify-uselistorder %s
|
|
@G = internal global [8 x i8] undef
|
|
|