Fix a typo (the the => the)
[oota-llvm.git] / lib / Target / X86 / X86FastISel.cpp
index 461750ef15af937fe38e8d736cbca3bd96cee7b0..585b7a5c37906869bca8e197258d04550d6396c2 100644 (file)
@@ -1485,7 +1485,7 @@ bool X86FastISel::X86VisitIntrinsicCall(const IntrinsicInst &I) {
       return false;
 
     // The call to CreateRegs builds two sequential registers, to store the
-    // both the the returned values.
+    // both the returned values.
     unsigned ResultReg = FuncInfo.CreateRegs(I.getType());
     BuildMI(*FuncInfo.MBB, FuncInfo.InsertPt, DL, TII.get(OpC), ResultReg)
       .addReg(Reg1).addReg(Reg2);