diff options
| author | Sanjay Patel <spatel@rotateright.com> | 2015-09-17 20:51:50 +0000 |
|---|---|---|
| committer | Sanjay Patel <spatel@rotateright.com> | 2015-09-17 20:51:50 +0000 |
| commit | 5dd66c3ca26442afcaf68547ada84ec1043b0232 (patch) | |
| tree | 15035940f1d6678246c3954763ae1729a44136aa /llvm/lib | |
| parent | 978902309a25254ce97bc142348df28ecb210655 (diff) | |
| download | bcm5719-llvm-5dd66c3ca26442afcaf68547ada84ec1043b0232.tar.gz bcm5719-llvm-5dd66c3ca26442afcaf68547ada84ec1043b0232.zip | |
fix typo; NFC
llvm-svn: 247938
Diffstat (limited to 'llvm/lib')
| -rw-r--r-- | llvm/lib/Analysis/ValueTracking.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Analysis/ValueTracking.cpp b/llvm/lib/Analysis/ValueTracking.cpp index 21015507d28..ff20a0f2b42 100644 --- a/llvm/lib/Analysis/ValueTracking.cpp +++ b/llvm/lib/Analysis/ValueTracking.cpp @@ -328,7 +328,7 @@ static void computeKnownBitsMul(Value *Op0, Value *Op1, bool NSW, } // If low bits are zero in either operand, output low known-0 bits. - // Also compute a conserative estimate for high known-0 bits. + // Also compute a conservative estimate for high known-0 bits. // More trickiness is possible, but this is sufficient for the // interesting case of alignment computation. KnownOne.clearAllBits(); |

