summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/Mips/cconv/callee-saved-float.ll
diff options
context:
space:
mode:
authorHrvoje Varga <Hrvoje.Varga@imgtec.com>2016-05-12 12:46:06 +0000
committerHrvoje Varga <Hrvoje.Varga@imgtec.com>2016-05-12 12:46:06 +0000
commitcf6a78192ba35ef43662558abe121a945e9dd617 (patch)
treee79254b942cc2eb4588596c5f4b37d3250d9dac3 /llvm/test/CodeGen/Mips/cconv/callee-saved-float.ll
parent2615c9e535225994eb75d1b35effe092a7ac6293 (diff)
downloadbcm5719-llvm-cf6a78192ba35ef43662558abe121a945e9dd617.tar.gz
bcm5719-llvm-cf6a78192ba35ef43662558abe121a945e9dd617.zip
Revert "[mips][microMIPS] Implement CFC*, CTC* and LDC* instructions"
This reverts commit r269176 as it caused test-suite failure. llvm-svn: 269287
Diffstat (limited to 'llvm/test/CodeGen/Mips/cconv/callee-saved-float.ll')
-rw-r--r--llvm/test/CodeGen/Mips/cconv/callee-saved-float.ll4
1 files changed, 0 insertions, 4 deletions
diff --git a/llvm/test/CodeGen/Mips/cconv/callee-saved-float.ll b/llvm/test/CodeGen/Mips/cconv/callee-saved-float.ll
index 2aaa1b10a09..c84f0f439c2 100644
--- a/llvm/test/CodeGen/Mips/cconv/callee-saved-float.ll
+++ b/llvm/test/CodeGen/Mips/cconv/callee-saved-float.ll
@@ -17,7 +17,6 @@
; RUN: llc -march=mips64el -target-abi n64 < %s | FileCheck --check-prefix=ALL --check-prefix=N64 %s
; RUN: llc -march=mips64 -target-abi n64 < %s | FileCheck --check-prefix=ALL --check-prefix=ALL-INV --check-prefix=N64-INV %s
; RUN: llc -march=mips64el -target-abi n64 < %s | FileCheck --check-prefix=ALL --check-prefix=ALL-INV --check-prefix=N64-INV %s
-; RUN: llc -march=mips -mcpu=mips32r6 -mattr=micromips -filetype=obj < %s -o - | llvm-objdump -no-show-raw-insn -arch mips -mcpu=mips32r6 -mattr=micromips -d - | FileCheck --check-prefix=MM32R6 %s
; Test the the callee-saved registers are callee-saved as specified by section
; 2 of the MIPSpro N32 Handbook and section 3 of the SYSV ABI spec.
@@ -110,6 +109,3 @@ entry:
; N64-DAG: ldc1 [[F30]], [[OFF30]]($sp)
; N64-DAG: ldc1 [[F31]], [[OFF31]]($sp)
; N64: addiu $sp, $sp, 64
-
-; Check the mapping between LDC164 and LDC1_64_MMR6.
-; MM32R6: ldc1
OpenPOWER on IntegriCloud