diff options
author | NAKAMURA Takumi <geek4civic@gmail.com> | 2013-04-08 23:05:21 +0000 |
---|---|---|
committer | NAKAMURA Takumi <geek4civic@gmail.com> | 2013-04-08 23:05:21 +0000 |
commit | 065fd35268423856a28def9b2341cb5010c8814f (patch) | |
tree | 08f3ca42f6722075aaef3caa9e3c4c84ea95a2b5 | |
parent | 2eea0bfdb6b4edacfffa71d1352c49c7e9b1a3f5 (diff) | |
download | bcm5719-llvm-065fd35268423856a28def9b2341cb5010c8814f.tar.gz bcm5719-llvm-065fd35268423856a28def9b2341cb5010c8814f.zip |
InstructionSimplify.cpp: Fix a ligature, "fi", to get rid of utf8 in comment.
llvm-svn: 179066
-rw-r--r-- | llvm/lib/Analysis/InstructionSimplify.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Analysis/InstructionSimplify.cpp b/llvm/lib/Analysis/InstructionSimplify.cpp index 4a3c74e9db3..bf7745143da 100644 --- a/llvm/lib/Analysis/InstructionSimplify.cpp +++ b/llvm/lib/Analysis/InstructionSimplify.cpp @@ -1711,7 +1711,7 @@ static Value *ExtractEquivalentCondition(Value *V, CmpInst::Predicate Pred, // subobject at its beginning) or function, both are pointers to one past the // last element of the same array object, or one is a pointer to one past the // end of one array object and the other is a pointer to the start of a -// different array object that happens to immediately follow the first array +// different array object that happens to immediately follow the first array // object in the address space.) // // C11's version is more restrictive, however there's no reason why an argument |