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-30-shift-crash.ll
blob
c3bfa49115b9972319cc95974a00880bd605c13f
1
; RUN: llc < %s -march=ppc32
2
3
define void @main() {
4
%tr4 = shl i64 1, 0 ; <i64> [#uses=0]
5
ret void
6
}
7