repo.or.cz
/
llvm.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Add missing newline to debug statement.
[llvm.git]
/
test
/
CodeGen
/
X86
/
2009-03-26-NoImplicitFPBug.ll
blob
f4864793ba2f33325df8384bc1a6d42b04eb53dd
1
; RUN: llc < %s -march=x86 -mattr=+sse2
2
3
define double @t(double %x) nounwind ssp noimplicitfloat {
4
entry:
5
br i1 false, label %return, label %bb3
6
7
bb3: ; preds = %entry
8
ret double 0.000000e+00
9
10
return: ; preds = %entry
11
ret double undef
12
}