[SystemZ] Add test missing from r186148
[oota-llvm.git] / test / Transforms / InstCombine / fcmp.ll
index fc1ced052a38fc47620d91b822e2a134577cc2dd..376fa079d24c2189cdf2fed67cef8ade7dace6ed 100644 (file)
@@ -54,9 +54,8 @@ define i1 @test7(float %x) nounwind readnone ssp noredzone {
   %ext = fpext float %x to ppc_fp128
   %cmp = fcmp ogt ppc_fp128 %ext, 0xM00000000000000000000000000000000
   ret i1 %cmp
-; Can't convert ppc_fp128
 ; CHECK: @test7
-; CHECK-NEXT: fpext float %x to ppc_fp128
+; CHECK-NEXT: fcmp ogt float %x, 0.000000e+00
 }
 
 define float @test8(float %x) nounwind readnone optsize ssp {