diff options
author | Sanjay Patel <spatel@rotateright.com> | 2016-06-19 17:20:27 +0000 |
---|---|---|
committer | Sanjay Patel <spatel@rotateright.com> | 2016-06-19 17:20:27 +0000 |
commit | f8ee0e02183f7df0298acbf5e50ac575f10127cd (patch) | |
tree | a203d40554cfe787a970f7f220162f5c5e9be883 /llvm/lib/Transforms/Scalar/GuardWidening.cpp | |
parent | bbb9a8d255881789efcd3939602faf6dab58879e (diff) | |
download | bcm5719-llvm-f8ee0e02183f7df0298acbf5e50ac575f10127cd.tar.gz bcm5719-llvm-f8ee0e02183f7df0298acbf5e50ac575f10127cd.zip |
fix formatting, typo; NFC
llvm-svn: 273118
Diffstat (limited to 'llvm/lib/Transforms/Scalar/GuardWidening.cpp')
-rw-r--r-- | llvm/lib/Transforms/Scalar/GuardWidening.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Transforms/Scalar/GuardWidening.cpp b/llvm/lib/Transforms/Scalar/GuardWidening.cpp index ee31dfa5f0d..7686e65efed 100644 --- a/llvm/lib/Transforms/Scalar/GuardWidening.cpp +++ b/llvm/lib/Transforms/Scalar/GuardWidening.cpp @@ -419,7 +419,7 @@ bool GuardWideningImpl::widenCondCommon(Value *Cond0, Value *Cond1, ConstantRange::makeExactICmpRegion(Pred1, RHS1->getValue()); // SubsetIntersect is a subset of the actual mathematical intersection of - // CR0 and CR1, while SupersetIntersect is a superset of the the actual + // CR0 and CR1, while SupersetIntersect is a superset of the actual // mathematical intersection. If these two ConstantRanges are equal, then // we know we were able to represent the actual mathematical intersection // of CR0 and CR1, and can use the same to generate an icmp instruction. |