[llvm] r190236 - [mips] Fix typos.

Akira Hatanaka ahatanaka at mips.com
Fri Sep 6 18:14:42 PDT 2013


Author: ahatanak
Date: Fri Sep  6 20:14:42 2013
New Revision: 190236

URL: http://llvm.org/viewvc/llvm-project?rev=190236&view=rev
Log:
[mips] Fix typos.

Modified:
    llvm/trunk/test/CodeGen/Mips/mno-ldc1-sdc1.ll

Modified: llvm/trunk/test/CodeGen/Mips/mno-ldc1-sdc1.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/CodeGen/Mips/mno-ldc1-sdc1.ll?rev=190236&r1=190235&r2=190236&view=diff
==============================================================================
--- llvm/trunk/test/CodeGen/Mips/mno-ldc1-sdc1.ll (original)
+++ llvm/trunk/test/CodeGen/Mips/mno-ldc1-sdc1.ll Fri Sep  6 20:14:42 2013
@@ -62,7 +62,7 @@ entry:
 }
 
 
-; CHECK-LE-PIC-DAG-LABEL: test_ldxc1:
+; LE-PIC-LABEL: test_ldxc1:
 ; LE-PIC-DAG: lw $[[R0:[0-9]+]], 0(${{[0-9]+}})
 ; LE-PIC-DAG: lw $[[R1:[0-9]+]], 4(${{[0-9]+}})
 ; LE-PIC-DAG: mtc1 $[[R0]], $f0
@@ -77,7 +77,7 @@ entry:
   ret double %0
 }
 
-; LE-PIC-DAG-LABEL: test_sdxc1:
+; LE-PIC-LABEL: test_sdxc1:
 ; LE-PIC-DAG: mfc1 $[[R0:[0-9]+]], $f12
 ; LE-PIC-DAG: mfc1 $[[R1:[0-9]+]], $f13
 ; LE-PIC-DAG: sw $[[R0]], 0(${{[0-9]+}})





More information about the llvm-commits mailing list