1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2025-01-31 12:41:49 +01:00

[mips] Fix typos.

llvm-svn: 190236
This commit is contained in:
Akira Hatanaka 2013-09-07 01:14:42 +00:00
parent 3eef445630
commit 3fb22c57eb

View File

@ -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]+}})