repo.or.cz
/
llvm
/
zpu.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Fixed some bugs.
[llvm/zpu.git]
/
test
/
CodeGen
/
X86
/
2009-01-31-BigShift.ll
blob
4eb0ec1485b75919f3221fca9ea9802b60a98376
1
; RUN: llc < %s -march=x86 | not grep and
2
; PR3401
3
4
define void @x(i288 %i) nounwind {
5
call void @add(i288 %i)
6
ret void
7
}
8
9
declare void @add(i288)