repo.or.cz
/
llvm-project.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
[docs] Add LICENSE.txt to the root of the mono-repo
[llvm-project.git]
/
llvm
/
test
/
Bitcode
/
2009-06-11-FirstClassAggregateConstant.ll
blob
9405fbbe79bf9fe4fd33b93c4ae8cbac279a9645
1
; RUN: llvm-as < %s | llvm-dis -disable-output
2
; RUN: verify-uselistorder < %s
3
; PR4373
4
5
@foo = weak global { i32 } zeroinitializer
6
@bar = weak global i32 0
7
8
define void @test() {
9
entry:
10
store { i32 } zeroinitializer, { i32 }* @foo
11
store i32 1, i32* @bar
12
ret void
13
}