repo.or.cz
/
llvm-complete.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
[yaml2obj/obj2yaml] - Add support for .stack_sizes sections.
[llvm-complete.git]
/
test
/
Assembler
/
align-inst-store.ll
blob
8c3b7124b4376d555c0d168073cb2c24e85ab32b
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
}