
Some tests are removed because the error conditions can no longer occur with opaque pointers.
7 lines
157 B
LLVM
7 lines
157 B
LLVM
; RUN: llvm-as < %s | llvm-dis
|
|
; RUN: verify-uselistorder %s
|
|
|
|
%Domain = type { ptr, ptr }
|
|
@D = global %Domain zeroinitializer ; <ptr> [#uses=0]
|
|
|