[llvm-commits] [llvm] r70180 - /llvm/trunk/test/Assembler/2002-04-07-InfConstant.ll

Dan Gohman gohman at apple.com
Sun Apr 26 20:05:27 PDT 2009


Author: djg
Date: Sun Apr 26 22:05:26 2009
New Revision: 70180

URL: http://llvm.org/viewvc/llvm-project?rev=70180&view=rev
Log:
Make this test slightly more strict.

Modified:
    llvm/trunk/test/Assembler/2002-04-07-InfConstant.ll

Modified: llvm/trunk/test/Assembler/2002-04-07-InfConstant.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/Assembler/2002-04-07-InfConstant.ll?rev=70180&r1=70179&r2=70180&view=diff

==============================================================================
--- llvm/trunk/test/Assembler/2002-04-07-InfConstant.ll (original)
+++ llvm/trunk/test/Assembler/2002-04-07-InfConstant.ll Sun Apr 26 22:05:26 2009
@@ -1,6 +1,6 @@
 ; The output formater prints out 1.0e100 as Inf!
 ;
-; RUN: llvm-as < %s | llvm-dis | llvm-as | llvm-dis
+; RUN: llvm-as < %s | llvm-dis | llvm-as | llvm-dis | grep 0x7FF0000000000000
 
 define float @test() {
         %tmp = mul float 0x7FF0000000000000, 1.000000e+01               ; <float> [#uses=1]





More information about the llvm-commits mailing list