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
/
ConstProp
/
2007-02-23-sdiv.ll
blob
721199fc7f141ee4ca81ba971942002a6f041663
1
; RUN: llvm-as < %s | llvm-dis | grep {global i32 0}
2
; PR1215
3
4
@G = global i32 sdiv (i32 0, i32 -1)
5