[llvm] r179066 - InstructionSimplify.cpp: Fix a ligature, "fi", to get rid of utf8 in comment.

NAKAMURA Takumi geek4civic at gmail.com
Mon Apr 8 16:05:21 PDT 2013


Author: chapuni
Date: Mon Apr  8 18:05:21 2013
New Revision: 179066

URL: http://llvm.org/viewvc/llvm-project?rev=179066&view=rev
Log:
InstructionSimplify.cpp: Fix a ligature, "fi", to get rid of utf8 in comment.

Modified:
    llvm/trunk/lib/Analysis/InstructionSimplify.cpp

Modified: llvm/trunk/lib/Analysis/InstructionSimplify.cpp
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/Analysis/InstructionSimplify.cpp?rev=179066&r1=179065&r2=179066&view=diff
==============================================================================
--- llvm/trunk/lib/Analysis/InstructionSimplify.cpp (original)
+++ llvm/trunk/lib/Analysis/InstructionSimplify.cpp Mon Apr  8 18:05:21 2013
@@ -1711,7 +1711,7 @@ static Value *ExtractEquivalentCondition
 //    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





More information about the llvm-commits mailing list