[Hexagon] Adding doubleregs for control registers. Renaming control register class.
[oota-llvm.git] / lib / Target / Hexagon / HexagonInstrInfo.td
index b12fff01cae851848fd1e6c7a3fa55ed40ea8fcb..7ffb3bf3d9baa9d0ccb50e217b7118e015330186 100644 (file)
@@ -616,7 +616,7 @@ def TFRI64_V4 : ALU64_rr<(outs DoubleRegs:$dst), (ins u6Ext:$src1),
 
 // Transfer control register.
 let hasSideEffects = 0 in
-def TFCR : CRInst<(outs CRRegs:$dst), (ins IntRegs:$src1),
+def TFCR : CRInst<(outs CtrRegs:$dst), (ins IntRegs:$src1),
            "$dst = $src1",
            []>;
 //===----------------------------------------------------------------------===//