diff options
author | Kazu Hirata <kazu@google.com> | 2022-08-07 00:16:14 -0700 |
---|---|---|
committer | Kazu Hirata <kazu@google.com> | 2022-08-07 00:16:14 -0700 |
commit | a2d45017182a5b98a6a3c75de49e599d67c92fbb (patch) | |
tree | c12749f8b07f5c923b8f802330cc6bdae21cb69c /llvm/lib/Transforms/Instrumentation/ControlHeightReduction.cpp | |
parent | af2d2d775908734f2a71a70a24ad540760f2d88b (diff) | |
download | llvm-a2d45017182a5b98a6a3c75de49e599d67c92fbb.zip llvm-a2d45017182a5b98a6a3c75de49e599d67c92fbb.tar.gz llvm-a2d45017182a5b98a6a3c75de49e599d67c92fbb.tar.bz2 |
[llvm] Fix comment typos (NFC)
Diffstat (limited to 'llvm/lib/Transforms/Instrumentation/ControlHeightReduction.cpp')
-rw-r--r-- | llvm/lib/Transforms/Instrumentation/ControlHeightReduction.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Transforms/Instrumentation/ControlHeightReduction.cpp b/llvm/lib/Transforms/Instrumentation/ControlHeightReduction.cpp index adc007d..abe928f 100644 --- a/llvm/lib/Transforms/Instrumentation/ControlHeightReduction.cpp +++ b/llvm/lib/Transforms/Instrumentation/ControlHeightReduction.cpp @@ -1983,7 +1983,7 @@ bool CHR::run() { findScopes(AllScopes); CHR_DEBUG(dumpScopes(AllScopes, "All scopes")); - // Split the scopes if 1) the conditiona values of the biased + // Split the scopes if 1) the conditional values of the biased // branches/selects of the inner/lower scope can't be hoisted up to the // outermost/uppermost scope entry, or 2) the condition values of the biased // branches/selects in a scope (including subscopes) don't share at least |