repo.or.cz
/
llvm
/
avr.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Remove VISIBILITY_HIDDEN from this file.
[llvm/avr.git]
/
test
/
CodeGen
/
XCore
/
2009-07-15-store192.ll
blob
874d8dc3d7fc46ca21fd4112df8e0a52fdb0abd3
1
; RUN: llvm-as < %s | llc -march=xcore > %t1.s
2
define void @store32(i8* %p) nounwind {
3
entry:
4
%0 = bitcast i8* %p to i192*
5
store i192 0, i192* %0, align 4
6
ret void
7
}