[llvm] 3e85571 - [MSP430] fix typo in test name; NFC
Sanjay Patel via llvm-commits
llvm-commits at lists.llvm.org
Wed Oct 30 11:16:06 PDT 2019
Author: Sanjay Patel
Date: 2019-10-30T14:15:25-04:00
New Revision: 3e85571432514c7c16a11640a366059d57d8dd0d
URL: https://github.com/llvm/llvm-project/commit/3e85571432514c7c16a11640a366059d57d8dd0d
DIFF: https://github.com/llvm/llvm-project/commit/3e85571432514c7c16a11640a366059d57d8dd0d.diff
LOG: [MSP430] fix typo in test name; NFC
Added:
Modified:
llvm/test/CodeGen/MSP430/shift-amount-threshold.ll
Removed:
################################################################################
diff --git a/llvm/test/CodeGen/MSP430/shift-amount-threshold.ll b/llvm/test/CodeGen/MSP430/shift-amount-threshold.ll
index 970398f73b2a..b3104e725180 100644
--- a/llvm/test/CodeGen/MSP430/shift-amount-threshold.ll
+++ b/llvm/test/CodeGen/MSP430/shift-amount-threshold.ll
@@ -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
More information about the llvm-commits
mailing list