summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorAkira Hatanaka <ahatanaka@mips.com>2013-09-07 01:14:42 +0000
committerAkira Hatanaka <ahatanaka@mips.com>2013-09-07 01:14:42 +0000
commit0917ca56dc9d370bb4566e1decb1f39ba82f8ca9 (patch)
tree62c18f4420c8f9a3d0a00d9897b09a33408cb7d4 /test
parent3e6758541bb8c143f1f8d3ff550eba3dcc8d22e0 (diff)
downloadllvm-0917ca56dc9d370bb4566e1decb1f39ba82f8ca9.tar.gz
llvm-0917ca56dc9d370bb4566e1decb1f39ba82f8ca9.tar.bz2
llvm-0917ca56dc9d370bb4566e1decb1f39ba82f8ca9.tar.xz
[mips] Fix typos.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@190236 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test')
-rw-r--r--test/CodeGen/Mips/mno-ldc1-sdc1.ll4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/CodeGen/Mips/mno-ldc1-sdc1.ll b/test/CodeGen/Mips/mno-ldc1-sdc1.ll
index 9533f2f421..f4854f8805 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]+}})