More soft fp fixes.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@49016 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Evan Cheng
2008-04-01 02:18:22 +00:00
parent db45d1c649
commit 9845eb5b03
2 changed files with 5 additions and 2 deletions

View File

@@ -16,8 +16,10 @@
; RUN: grep fixunssfsi %t
; RUN: grep fixdfsi %t
; RUN: grep fixunsdfsi %t
; RUN: grep floatdisf %t
; RUN: grep floatsisf %t
; RUN: grep floatsidf %t
; RUN: grep floatunsisf %t
; RUN: grep floatunsidf %t
; RUN: llvm-as < %s | llc -march=thumb
define float @f1(double %x) {