From 462c31b3daefe63ca1036353837d094e738ef606 Mon Sep 17 00:00:00 2001 From: Craig Topper Date: Sun, 16 Sep 2012 18:10:23 +0000 Subject: Change unsigned to uint32_t to match base class declaration and other targets. llvm-svn: 164001 --- llvm/lib/Target/PowerPC/PPCRegisterInfo.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'llvm/lib/Target/PowerPC/PPCRegisterInfo.h') diff --git a/llvm/lib/Target/PowerPC/PPCRegisterInfo.h b/llvm/lib/Target/PowerPC/PPCRegisterInfo.h index 98efa6d48dc..a8fd796d9e9 100644 --- a/llvm/lib/Target/PowerPC/PPCRegisterInfo.h +++ b/llvm/lib/Target/PowerPC/PPCRegisterInfo.h @@ -44,7 +44,7 @@ public: /// Code Generation virtual methods... const uint16_t *getCalleeSavedRegs(const MachineFunction* MF = 0) const; - const unsigned *getCallPreservedMask(CallingConv::ID CC) const; + const uint32_t *getCallPreservedMask(CallingConv::ID CC) const; BitVector getReservedRegs(const MachineFunction &MF) const; -- cgit v1.2.3