1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-20 03:23:01 +02:00
llvm-mirror/test/Transforms/GlobalOpt/2011-04-09-EmptyGlobalCtors.ll
Eli Friedman f0ba0c54ec Add back a couple checks removed by r129128; the fact that an intitializer
is an array of structures doesn't imply it's a ConstantArray of
ConstantStruct.

llvm-svn: 129207
2011-04-09 09:11:09 +00:00

6 lines
136 B
LLVM

; RUN: opt < %s -globalopt -disable-output
%0 = type { i32, void ()* }
@llvm.global_ctors = appending global [0 x %0] zeroinitializer