projects
/
oota-llvm.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
[ScalarOpts] Remove dead code.
[oota-llvm.git]
/
test
/
Assembler
/
align-inst-store.ll
1
; RUN: not llvm-as %s -o /dev/null 2>/dev/null
2
3
define void @foo() {
4
store i1 false, i1* %p, align 1073741824
5
ret void
6
}