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
fix PR4963: folding insertvalue would sometimes turn a packed struct into
[llvm/avr.git]
/
test
/
Transforms
/
SCCP
/
2009-05-27-VectorOperandZero.ll
blob
7aced663527219187cecaeb45d92a56f29a07ff7
1
; RUN: opt < %s -sccp -disable-output
2
; PR4277
3
4
define i32 @main() nounwind {
5
entry:
6
%0 = tail call signext i8 (...)* @sin() nounwind
7
ret i32 0
8
}
9
10
declare signext i8 @sin(...)