1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-23 03:02:36 +01:00

[MSP430] fix typo in test name; NFC

This commit is contained in:
Sanjay Patel 2019-10-30 14:15:25 -04:00
parent 80aa1df9bc
commit b57dcc1d56

View File

@ -35,8 +35,8 @@ entry:
; Check the following conversion in DAGCombiner::SimplifySelectCC
; (select_cc seteq (and x, y), 0, 0, A) -> (and (shr (shl x)) A)
define i16 @testSiymplifySelectCC_0(i16 %x, i16 %a) {
; CHECK-LABEL: testSiymplifySelectCC_0:
define i16 @testSimplifySelectCC_0(i16 %x, i16 %a) {
; CHECK-LABEL: testSimplifySelectCC_0:
; CHECK: ; %bb.0: ; %entry
; CHECK-NEXT: mov r12, r14
; CHECK-NEXT: clr r12