1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-24 11:42:57 +01:00

Fix tests.

llvm-svn: 85723
This commit is contained in:
Evan Cheng 2009-11-01 18:13:29 +00:00
parent 55a53e4e79
commit 0151329ce5
2 changed files with 4 additions and 4 deletions

View File

@ -2,8 +2,8 @@
; RUN: llc < %s -march=thumb -mattr=+thumb2 | not grep it
define i32 @t1(i32 %a, i32 %b, i32 %c) {
; CHECK: t1
; CHECK: beq
; CHECK: t1:
; CHECK: cbz
%tmp2 = icmp eq i32 %a, 0
br i1 %tmp2, label %cond_false, label %cond_true

View File

@ -20,8 +20,8 @@ bb7: ; preds = %bb3
br i1 %a, label %bb11, label %bb9
bb9: ; preds = %bb7
; CHECK: @ BB#3:
; CHECK: cbnz
; CHECK: @ BB#2:
; CHECK-NEXT: cbnz
%0 = tail call arm_apcscc double @floor(double %b) nounwind readnone ; <double> [#uses=0]
br label %bb11