From: Akira Hatanaka Date: Sat, 7 Sep 2013 01:14:42 +0000 (+0000) Subject: [mips] Fix typos. X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=0917ca56dc9d370bb4566e1decb1f39ba82f8ca9;p=oota-llvm.git [mips] Fix typos. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@190236 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/test/CodeGen/Mips/mno-ldc1-sdc1.ll b/test/CodeGen/Mips/mno-ldc1-sdc1.ll index 9533f2f421c..f4854f88054 100644 --- a/test/CodeGen/Mips/mno-ldc1-sdc1.ll +++ b/test/CodeGen/Mips/mno-ldc1-sdc1.ll @@ -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]+}})