Skip to content

Commit 1f0c178

Browse files
committed
Fix typo "redudant"
1 parent 8452a11 commit 1f0c178

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

clang/include/clang/AST/PrettyPrinter.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ struct PrintingPolicy {
144144

145145
/// Suppress printing parts of scope specifiers that correspond
146146
/// to inline namespaces.
147-
/// If Redudant, where the name is unambiguous with the specifier removed.
147+
/// If Redundant, where the name is unambiguous with the specifier removed.
148148
/// If All, even if the name is ambiguous with the specifier
149149
/// removed.
150150
LLVM_PREFERRED_TYPE(SuppressInlineNamespaceMode)

llvm/test/CodeGen/PowerPC/MCSE-caller-preserved-reg.ll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
; thread local variables. These TLS access code sequences are generated
55
; repeatedly every time the thread local variable is accessed. By communicating
66
; to Machine CSE that X2 is guaranteed to have the same value within the same
7-
; function call (so called Caller Preserved Physical Register), the redudant
7+
; function call (so called Caller Preserved Physical Register), the redundant
88
; TLS access code sequences are cleaned up.
99

1010
%"struct.CC::TT" = type { i64, i32 }

llvm/test/CodeGen/PowerPC/expand-contiguous-isel.ll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
target datalayout = "e-m:e-i64:64-n32:64"
33
target triple = "powerpc64le-unknown-linux-gnu"
44
; This file mainly tests that one of the ISEL instruction in the group uses the same register for operand RT, RA, RB
5-
; This redudant ISEL is introduced during register coalescing stage.
5+
; This redundant ISEL is introduced during register coalescing stage.
66

77
; Register coalescing first create the foldable ISEL instruction as we have seen in expand-foldable-isel.ll:
88
; %vreg85<def> = ISEL8 %vreg83, %vreg83, %vreg33:sub_eq

llvm/test/Transforms/JumpThreading/thread-loads.ll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -636,7 +636,7 @@ declare void @fn3(i64)
636636

637637

638638
; Make sure we phi-translate and make the partially redundant load in
639-
; merge fully redudant and then we can jump-thread the block with the
639+
; merge fully redundant and then we can jump-thread the block with the
640640
; store.
641641
;
642642
define i32 @phi_translate_partial_redundant_loads(i32, ptr, ptr) {

0 commit comments

Comments
 (0)