summaryrefslogtreecommitdiff
path: root/test/CodeGen/ARM/fpcmp.ll
diff options
context:
space:
mode:
authorRafael Espindola <rafael.espindola@gmail.com>2006-10-17 20:20:07 +0000
committerRafael Espindola <rafael.espindola@gmail.com>2006-10-17 20:20:07 +0000
commit278dbaa17f1de1ccc1bd124c655244a2c80f0ac2 (patch)
tree44f8927dfd48bbcd3f2f41de1efcb1f6fceeee6c /test/CodeGen/ARM/fpcmp.ll
parent26f7fa7bba94eb18bf0e43586dd2b596cb58ca80 (diff)
downloadllvm-278dbaa17f1de1ccc1bd124c655244a2c80f0ac2.tar.gz
llvm-278dbaa17f1de1ccc1bd124c655244a2c80f0ac2.tar.bz2
llvm-278dbaa17f1de1ccc1bd124c655244a2c80f0ac2.tar.xz
cleanup some tests
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@31010 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/CodeGen/ARM/fpcmp.ll')
-rw-r--r--test/CodeGen/ARM/fpcmp.ll8
1 files changed, 1 insertions, 7 deletions
diff --git a/test/CodeGen/ARM/fpcmp.ll b/test/CodeGen/ARM/fpcmp.ll
index 16e9a1b140..61dc489356 100644
--- a/test/CodeGen/ARM/fpcmp.ll
+++ b/test/CodeGen/ARM/fpcmp.ll
@@ -4,6 +4,7 @@
; RUN: llvm-as < %s | llc -march=arm | grep movgt &&
; RUN: llvm-as < %s | llc -march=arm | grep movge &&
; RUN: llvm-as < %s | llc -march=arm | grep movls &&
+; RUN: llvm-as < %s | llc -march=arm | grep movne &&
; RUN: llvm-as < %s | llc -march=arm | grep fcmps &&
; RUN: llvm-as < %s | llc -march=arm | grep fcmpd
@@ -55,10 +56,3 @@ entry:
%tmp = cast bool %tmp to int ; <int> [#uses=1]
ret int %tmp
}
-
-int %g2(double %a) {
-entry:
- %tmp = setne double %a, 1.000000e+00 ; <bool> [#uses=1]
- %tmp = cast bool %tmp to int ; <int> [#uses=1]
- ret int %tmp
-}