[llvm-commits] [llvm] r132190 - /llvm/trunk/lib/Target/MBlaze/MBlazeRegisterInfo.td

Rafael Espindola rafael.espindola at gmail.com
Fri May 27 09:01:08 PDT 2011


Author: rafael
Date: Fri May 27 11:01:08 2011
New Revision: 132190

URL: http://llvm.org/viewvc/llvm-project?rev=132190&view=rev
Log:
Remove DwarfRegNum from CARRY. I should be encoded with DW_OP_bit_piece.

Modified:
    llvm/trunk/lib/Target/MBlaze/MBlazeRegisterInfo.td

Modified: llvm/trunk/lib/Target/MBlaze/MBlazeRegisterInfo.td
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/Target/MBlaze/MBlazeRegisterInfo.td?rev=132190&r1=132189&r2=132190&view=diff
==============================================================================
--- llvm/trunk/lib/Target/MBlaze/MBlazeRegisterInfo.td (original)
+++ llvm/trunk/lib/Target/MBlaze/MBlazeRegisterInfo.td Fri May 27 11:01:08 2011
@@ -102,7 +102,7 @@
   // 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]">;
 }
 
 //===----------------------------------------------------------------------===//





More information about the llvm-commits mailing list