summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/ARM/fpconv.ll
diff options
context:
space:
mode:
authorEvan Cheng <evan.cheng@apple.com>2008-04-01 02:18:22 +0000
committerEvan Cheng <evan.cheng@apple.com>2008-04-01 02:18:22 +0000
commit0bd72c5ccdc645816ce8dfa355819571d787cdd4 (patch)
treec1045370a3d2fe83af2da335a08ad842d563e60f /llvm/test/CodeGen/ARM/fpconv.ll
parent4cabe4b4529124e2db97531b81f3b756bd3b4fb2 (diff)
downloadbcm5719-llvm-0bd72c5ccdc645816ce8dfa355819571d787cdd4.tar.gz
bcm5719-llvm-0bd72c5ccdc645816ce8dfa355819571d787cdd4.zip
More soft fp fixes.
llvm-svn: 49016
Diffstat (limited to 'llvm/test/CodeGen/ARM/fpconv.ll')
-rw-r--r--llvm/test/CodeGen/ARM/fpconv.ll4
1 files changed, 3 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/ARM/fpconv.ll b/llvm/test/CodeGen/ARM/fpconv.ll
index a2771fea472..23850075d0d 100644
--- a/llvm/test/CodeGen/ARM/fpconv.ll
+++ b/llvm/test/CodeGen/ARM/fpconv.ll
@@ -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) {
OpenPOWER on IntegriCloud