[llvm] r195456 - Fix typo in a comment added in r195455.

Daniel Sanders daniel.sanders at imgtec.com
Fri Nov 22 05:22:52 PST 2013


Author: dsanders
Date: Fri Nov 22 07:22:52 2013
New Revision: 195456

URL: http://llvm.org/viewvc/llvm-project?rev=195456&view=rev
Log:
Fix typo in a comment added in r195455.

Credit to Matheus Almeida for spotting it.

Modified:
    llvm/trunk/lib/Target/Mips/MipsSEISelLowering.cpp

Modified: llvm/trunk/lib/Target/Mips/MipsSEISelLowering.cpp
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/Target/Mips/MipsSEISelLowering.cpp?rev=195456&r1=195455&r2=195456&view=diff
==============================================================================
--- llvm/trunk/lib/Target/Mips/MipsSEISelLowering.cpp (original)
+++ llvm/trunk/lib/Target/Mips/MipsSEISelLowering.cpp Fri Nov 22 07:22:52 2013
@@ -2211,7 +2211,7 @@ SDValue MipsSETargetLowering::lowerBUILD
 
     // If the value fits into a simm10 then we can use ldi.[bhwd]
     // However, if it isn't an integer type we will have to bitcast from an
-    // integer type first. Also, it there are any undefs, we must lower them
+    // integer type first. Also, if there are any undefs, we must lower them
     // to defined values first.
     if (ResTy.isInteger() && !HasAnyUndefs && SplatValue.isSignedIntN(10))
       return Op;





More information about the llvm-commits mailing list