Author: lattner
Date: Tue Nov 27 23:27:07 2007
New Revision: 44393

URL: http://llvm.org/viewvc/llvm-project?rev=44393&view=rev
Log:
update this test after the fmrrd fix

Modified:
    llvm/trunk/test/CodeGen/ARM/fp.ll

Modified: llvm/trunk/test/CodeGen/ARM/fp.ll
URL: 
http://llvm.org/viewvc/llvm-project/llvm/trunk/test/CodeGen/ARM/fp.ll?rev=44393&r1=44392&r2=44393&view=diff

==============================================================================
--- llvm/trunk/test/CodeGen/ARM/fp.ll (original)
+++ llvm/trunk/test/CodeGen/ARM/fp.ll Tue Nov 27 23:27:07 2007
@@ -3,13 +3,12 @@
 ; RUN: grep fsitos %t
 ; RUN: grep fmrs %t | count 2
 ; RUN: grep fsitod %t
-; RUN: grep fmrrd %t | count 5
-; RUN: grep fmdrr %t | count 2
+; RUN: grep fmrrd %t | count 3
+; RUN: not grep fmdrr %t 
 ; RUN: grep fldd %t
 ; RUN: grep fuitod %t
 ; RUN: grep fuitos %t
 ; RUN: grep 1065353216 %t
-; XFAIL: *
 
 float %f(int %a) {
 entry:


_______________________________________________
llvm-commits mailing list
llvm-commits@cs.uiuc.edu
http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits

Reply via email to