summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen/StackColoring.cpp
diff options
context:
space:
mode:
authorFangrui Song <maskray@google.com>2018-03-30 22:22:31 +0000
committerFangrui Song <maskray@google.com>2018-03-30 22:22:31 +0000
commit956ee797955c852e4055194a82c78a3ba3519128 (patch)
tree0f62758f53dcebc02681222e6ab6cb3770be3da5 /llvm/lib/CodeGen/StackColoring.cpp
parentdedda6fafe87ef5e042da01480a766c22a7dee4a (diff)
downloadbcm5719-llvm-956ee797955c852e4055194a82c78a3ba3519128.tar.gz
bcm5719-llvm-956ee797955c852e4055194a82c78a3ba3519128.zip
Fix a bunch of typoes. NFC
llvm-svn: 328907
Diffstat (limited to 'llvm/lib/CodeGen/StackColoring.cpp')
-rw-r--r--llvm/lib/CodeGen/StackColoring.cpp2
1 files changed, 1 insertions, 1 deletions
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<int, int> &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();
OpenPOWER on IntegriCloud