diff options
author | Michael Kuperstein <mkuper@google.com> | 2017-01-18 19:05:48 +0000 |
---|---|---|
committer | Michael Kuperstein <mkuper@google.com> | 2017-01-18 19:05:48 +0000 |
commit | 0de990da16c4aeed10612da9dd752fa28de5a007 (patch) | |
tree | 7640b61cafefb2c40b080845645c8cf8dcb3ad14 /llvm/lib/Transforms/Utils/LoopUtils.cpp | |
parent | 7cefb409b08029ec3a33ceb3ef877c9ff1d6b567 (diff) | |
download | llvm-0de990da16c4aeed10612da9dd752fa28de5a007.zip llvm-0de990da16c4aeed10612da9dd752fa28de5a007.tar.gz llvm-0de990da16c4aeed10612da9dd752fa28de5a007.tar.bz2 |
Fix up a comment. NFC.
llvm-svn: 292425
Diffstat (limited to 'llvm/lib/Transforms/Utils/LoopUtils.cpp')
-rw-r--r-- | llvm/lib/Transforms/Utils/LoopUtils.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/llvm/lib/Transforms/Utils/LoopUtils.cpp b/llvm/lib/Transforms/Utils/LoopUtils.cpp index 69f6437..b5e6418 100644 --- a/llvm/lib/Transforms/Utils/LoopUtils.cpp +++ b/llvm/lib/Transforms/Utils/LoopUtils.cpp @@ -233,7 +233,6 @@ bool RecurrenceDescriptor::AddReductionVar(PHINode *Phi, RecurrenceKind Kind, // - By instructions outside of the loop (safe). // * One value may have several outside users, but all outside // uses must be of the same value. - // - By further instructions outside of the loop (not safe). // - By an instruction that is not part of the reduction (not safe). // This is either: // * An instruction type other than PHI or the reduction operation. |