Remove DwarfRegNum from CARRY. I should be encoded with DW_OP_bit_piece.
authorRafael Espindola <rafael.espindola@gmail.com>
Fri, 27 May 2011 16:01:08 +0000 (16:01 +0000)
committerRafael Espindola <rafael.espindola@gmail.com>
Fri, 27 May 2011 16:01:08 +0000 (16:01 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@132190 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Target/MBlaze/MBlazeRegisterInfo.td

index caca4074113c03ec150a0f4c6ca1f2401447b87e..4fb4d342ab258d7f1f1b4ab3b7abae63c967ab58 100644 (file)
@@ -102,7 +102,7 @@ let Namespace = "MBlaze" in {
   // The carry bit. In the Microblaze this is really bit 29 of the
   // MSR register but this is the only bit of that register that we
   // are interested in modeling.
-  def CARRY  : MBlazeSPRReg<0x0000, "rmsr[c]">, DwarfRegNum<[33]>;
+  def CARRY  : MBlazeSPRReg<0x0000, "rmsr[c]">;
 }
 
 //===----------------------------------------------------------------------===//