diff options
| author | Akira Hatanaka <ahatanaka@mips.com> | 2013-09-07 01:14:42 +0000 |
|---|---|---|
| committer | Akira Hatanaka <ahatanaka@mips.com> | 2013-09-07 01:14:42 +0000 |
| commit | 9f9bc4f7700bdba35f9f4f6521fc8f57a64d4b04 (patch) | |
| tree | 5c90c3c62024ffc6756c109f9076c0bdae956445 | |
| parent | 6379121694603fbf27e2f4274e0825a73301d53a (diff) | |
| download | bcm5719-llvm-9f9bc4f7700bdba35f9f4f6521fc8f57a64d4b04.tar.gz bcm5719-llvm-9f9bc4f7700bdba35f9f4f6521fc8f57a64d4b04.zip | |
[mips] Fix typos.
llvm-svn: 190236
| -rw-r--r-- | llvm/test/CodeGen/Mips/mno-ldc1-sdc1.ll | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/test/CodeGen/Mips/mno-ldc1-sdc1.ll b/llvm/test/CodeGen/Mips/mno-ldc1-sdc1.ll index 9533f2f421c..f4854f88054 100644 --- a/llvm/test/CodeGen/Mips/mno-ldc1-sdc1.ll +++ b/llvm/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]+}}) |

