From 956ee797955c852e4055194a82c78a3ba3519128 Mon Sep 17 00:00:00 2001 From: Fangrui Song Date: Fri, 30 Mar 2018 22:22:31 +0000 Subject: Fix a bunch of typoes. NFC llvm-svn: 328907 --- llvm/lib/CodeGen/StackColoring.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'llvm/lib/CodeGen/StackColoring.cpp') diff --git a/llvm/lib/CodeGen/StackColoring.cpp b/llvm/lib/CodeGen/StackColoring.cpp index 9d1bd30d277..8a8fc70d951 100644 --- a/llvm/lib/CodeGen/StackColoring.cpp +++ b/llvm/lib/CodeGen/StackColoring.cpp @@ -993,7 +993,7 @@ void StackColoring::remapInstructions(DenseMap &SlotRemap) { // the calculated range then it means that the alloca usage moved // outside of the lifetime markers, or that the user has a bug. // NOTE: Alloca address calculations which happen outside the lifetime - // zone are are okay, despite the fact that we don't have a good way + // zone are okay, despite the fact that we don't have a good way // for validating all of the usages of the calculation. #ifndef NDEBUG bool TouchesMemory = I.mayLoad() || I.mayStore(); -- cgit v1.2.3