Skip to content

Commit 1c803f5

Browse files
committed
[ARM] Attempt to fix arm selfhost bots after rL347191
llvm-svn: 347238
1 parent dd91a36 commit 1c803f5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

llvm/test/CodeGen/ARM/CGP/arm-cgp-casts.ll

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -457,8 +457,8 @@ if.end:
457457
}
458458

459459
; CHECK-COMMON-LABEL: trunc_sink_less_than_zext_ret
460-
; CHECK-COMMON-NOT: uxt
461-
; CHECK-COMMON: cmp
460+
; CHECK-COMMON-NOT: uxth
461+
; CHECK-COMMON: sub
462462
; CHECK-COMMON: uxtb
463463
define zeroext i8 @trunc_sink_less_than_zext_ret(i16 zeroext %a, i16 zeroext %b, i16 zeroext %c, i8 zeroext %d, i8 zeroext %e) {
464464
entry:

0 commit comments

Comments
 (0)