repo.or.cz
/
llvm
/
zpu.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Fixed some bugs in register stack pass.
[llvm/zpu.git]
/
test
/
CodeGen
/
X86
/
2008-10-20-AsmDoubleInI32.ll
blob
353d1c75216b35daa95cfdf38952ef23adeba61b
1
; RUN: llc < %s -march=x86
2
; RUN: llc < %s -march=x86-64
3
4
; from gcc.c-torture/compile/920520-1.c
5
6
define i32 @g() nounwind {
7
entry:
8
call void asm sideeffect "$0", "r"(double 1.500000e+00) nounwind
9
ret i32 0
10
}
11