repo.or.cz
/
llvm.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
fix a globalopt crash on two Adobe-C++ testcases that the recent
[llvm.git]
/
test
/
Transforms
/
InstCombine
/
2009-06-11-StoreAddrSpace.ll
blob
e5355b8d3c56b1513cb81eb02836a1a8940ed45d
1
; RUN: opt < %s -instcombine -S | grep {store i32 0,}
2
; PR4366
3
4
define void @a() {
5
store i32 0, i32 addrspace(1)* null
6
ret void
7
}