AMDGPU: Fix return type of getImplicitParameterOffset.
authorMatt Arsenault <Matthew.Arsenault@amd.com>
Tue, 28 Jul 2015 18:09:55 +0000 (18:09 +0000)
committerMatt Arsenault <Matthew.Arsenault@amd.com>
Tue, 28 Jul 2015 18:09:55 +0000 (18:09 +0000)
Patch by Zoltan Gilian <zoltan.gilian@gmail.com>

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@243459 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Target/AMDGPU/AMDGPUISelLowering.h

index 478b2035fd753f55f6e999e29cb1b0faf3bb3a41..1ce391e981628355000fafb241779048ef044528 100644 (file)
@@ -216,7 +216,7 @@ public:
 
   /// \brief Helper function that returns the byte offset of the given
   /// type of implicit parameter.
-  unsigned getImplicitParameterOffset(const AMDGPUMachineFunction *MFI,
+  uint32_t getImplicitParameterOffset(const AMDGPUMachineFunction *MFI,
                                       const ImplicitParameter Param) const;
 };