aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target/Mips/MipsRegisterInfo.td
diff options
context:
space:
mode:
authorJack Carter <jcarter@mips.com>2013-01-17 00:28:20 +0000
committerJack Carter <jcarter@mips.com>2013-01-17 00:28:20 +0000
commitc147b678206db510336ee95c3b55dc9c0ff19595 (patch)
tree149a8e0783cd344d4681ba19348a00a07a60e7c2 /lib/Target/Mips/MipsRegisterInfo.td
parente06bfe8d90aba9b6adf00ccc20a0144e90938b00 (diff)
downloadexternal_llvm-c147b678206db510336ee95c3b55dc9c0ff19595.zip
external_llvm-c147b678206db510336ee95c3b55dc9c0ff19595.tar.gz
external_llvm-c147b678206db510336ee95c3b55dc9c0ff19595.tar.bz2
This is a resubmittal. For some reason it broke the bots yesterday
but I cannot reproduce the problem and have scrubed my sources and even tested with llvm-lit -v --vg. The Mips RDHWR (Read Hardware Register) instruction was not tested for assembler or dissassembler consumption. This patch adds that functionality. Contributer: Vladimir Medic git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@172685 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Target/Mips/MipsRegisterInfo.td')
-rw-r--r--lib/Target/Mips/MipsRegisterInfo.td2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Target/Mips/MipsRegisterInfo.td b/lib/Target/Mips/MipsRegisterInfo.td
index c6eb0e1..f93dd86 100644
--- a/lib/Target/Mips/MipsRegisterInfo.td
+++ b/lib/Target/Mips/MipsRegisterInfo.td
@@ -373,6 +373,6 @@ def HWRegsOpnd : RegisterOperand<HWRegs, "printCPURegs"> {
let ParserMatchClass = HWRegsAsmOperand;
}
-def HW64RegsOpnd : RegisterOperand<HWRegs, "printCPURegs"> {
+def HW64RegsOpnd : RegisterOperand<HWRegs64, "printCPURegs"> {
let ParserMatchClass = HW64RegsAsmOperand;
}