repo.or.cz
/
llvm
/
stm8.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Use static inline to do the right thing when built in C99 mode. Of course,
[llvm/stm8.git]
/
test
/
CodeGen
/
PowerPC
/
2004-11-29-ShrCrash.ll
blob
f95465cfc5370117a22272de825ace11c24b5dcd
1
; RUN: llc < %s -march=ppc32
2
define void @test() {
3
%tr1 = lshr i32 1, 0 ; <i32> [#uses=0]
4
ret void
5
}
6