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
This should always be signed chars, so use int8_t. This fixes a miscompile when
[llvm/stm8.git]
/
test
/
CodeGen
/
X86
/
2011-03-30-CreateFixedObjCrash.ll
blob
38a9b3d4f5cc1ac97a04e4136c22f5e7b4362263
1
; RUN: llc < %s -march=x86
2
3
; rdar://7983260
4
5
%struct.T0 = type {}
6
7
define void @fn4(%struct.T0* byval %arg0) nounwind ssp {
8
entry:
9
ret void
10
}