Typos
authorCraig Topper <craig.topper@gmail.com>
Sat, 1 Sep 2012 06:33:50 +0000 (06:33 +0000)
committerCraig Topper <craig.topper@gmail.com>
Sat, 1 Sep 2012 06:33:50 +0000 (06:33 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@163053 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Target/X86/X86ISelLowering.cpp
lib/Target/X86/X86InstrSSE.td

index 2d84860610c94109bc5ec478c3380f1a33ded949..ce5e61f0f3f6317572876772147c5e85eda7e9db 100644 (file)
@@ -15497,7 +15497,7 @@ static SDValue PerformFMinFMaxCombine(SDNode *N, SelectionDAG &DAG) {
     return SDValue();
 
   // If we run in unsafe-math mode, then convert the FMAX and FMIN nodes
-  // into FMINC and MMAXC, which are Commutative operations.
+  // into FMINC and FMAXC, which are Commutative operations.
   unsigned NewOp = 0;
   switch (N->getOpcode()) {
     default: llvm_unreachable("unknown opcode");
index 2fc2f8ef649ea1572ae895e599a7b89a53339265..bf4e2cd9dac6fdc5984223be4266f079030ff8a2 100644 (file)
@@ -6334,7 +6334,7 @@ multiclass SS41I_binop_rm_int<bits<8> opc, string OpcodeStr,
           (bitconvert (memopv2i64 addr:$src2))))]>, OpSize;
 }
 
-/// SS41I_binop_rm_int - Simple SSE 4.1 binary operator
+/// SS41I_binop_rm_int_y - Simple SSE 4.1 binary operator
 multiclass SS41I_binop_rm_int_y<bits<8> opc, string OpcodeStr,
                                 Intrinsic IntId256> {
   let isCommutable = 1 in