mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
Fix typo: burried → buried
This commit is contained in:
@@ -895,7 +895,7 @@ public:
|
||||
|
||||
static AccessFunction getLinearFunction(SILValue Idx,
|
||||
InductionAnalysis &IndVars) {
|
||||
// Match the actual induction variable burried in the integer struct.
|
||||
// Match the actual induction variable buried in the integer struct.
|
||||
// %2 = struct $Int(%1 : $Builtin.Word)
|
||||
// = apply %check_bounds(%array, %2) : $@convention(thin) (Int, ArrayInt) -> ()
|
||||
auto ArrayIndexStruct = dyn_cast<StructInst>(Idx);
|
||||
|
||||
Reference in New Issue
Block a user