Regenerate test. NFCI

llvm-svn: 323603
This commit is contained in:
Simon Pilgrim 2018-01-27 19:49:46 +00:00
parent fe3fac805a
commit 9c4fbad1d2
1 changed files with 0 additions and 2 deletions

View File

@ -14,7 +14,6 @@ define double @test1(double %a, double %b) nounwind {
; ALL-NEXT: LBB0_2: ## %l2
; ALL-NEXT: vaddsd %xmm1, %xmm0, %xmm0
; ALL-NEXT: retq
; ALL-NEXT: ## -- End function
%tobool = fcmp une double %a, %b
br i1 %tobool, label %l1, label %l2
@ -37,7 +36,6 @@ define float @test2(float %a, float %b) nounwind {
; ALL-NEXT: LBB1_2: ## %l2
; ALL-NEXT: vaddss %xmm1, %xmm0, %xmm0
; ALL-NEXT: retq
; ALL-NEXT: ## -- End function
%tobool = fcmp olt float %a, %b
br i1 %tobool, label %l1, label %l2