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
/
ExecutionEngine
/
2010-01-15-UndefValue.ll
blob
6e7a392125e18802be93a9dd55297201e008478a
1
; RUN: lli -force-interpreter=true %s
2
3
define i32 @main() {
4
%a = add i32 0, undef
5
%b = fadd float 0.0, undef
6
%c = fadd double 0.0, undef
7
ret i32 0
8
}