projects
/
oota-llvm.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Re-enable some of the disabled tests. Use FileCheck instead of grep to check
[oota-llvm.git]
/
test
/
CodeGen
/
Mips
/
2008-08-07-FPRound.ll
1
; RUN: llc -march=mips -mattr=single-float < %s | FileCheck %s
2
3
define float @round2float(double %a) nounwind {
4
entry:
5
; CHECK: __truncdfsf2
6
fptrunc double %a to float ; <float>:0 [#uses=1]
7
ret float %0
8
}