[llvm-commits] [llvm] r114200 - /llvm/trunk/test/CodeGen/ARM/fp.ll
    Jim Grosbach 
    grosbach at apple.com
       
    Fri Sep 17 13:21:03 PDT 2010
    
    
  
Author: grosbach
Date: Fri Sep 17 15:21:03 2010
New Revision: 114200
URL: http://llvm.org/viewvc/llvm-project?rev=114200&view=rev
Log:
tweak test to check instructions rather than relying on the comment string
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=114200&r1=114199&r2=114200&view=diff
==============================================================================
--- llvm/trunk/test/CodeGen/ARM/fp.ll (original)
+++ llvm/trunk/test/CodeGen/ARM/fp.ll Fri Sep 17 15:21:03 2010
@@ -51,7 +51,7 @@
 
 define float @h2() {
 ;CHECK: h2:
-;CHECK: 1065353216
+;CHECK: mov r0, #254, 10
 entry:
         ret float 1.000000e+00
 }
    
    
More information about the llvm-commits
mailing list