AMDGPU: fix mismatch tags, NFC

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@280006 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Saleem Abdulrasool 2016-08-29 20:42:07 +00:00
parent 294618592b
commit 702e513576
2 changed files with 2 additions and 2 deletions

View File

@ -27,7 +27,7 @@ class MachineRegisterInfo;
/// tells the hardware which interpolation parameters to load.
class SIMachineFunctionInfo final : public AMDGPUMachineFunction {
// FIXME: This should be removed and getPreloadedValue moved here.
friend struct SIRegisterInfo;
friend class SIRegisterInfo;
unsigned TIDReg;

View File

@ -23,7 +23,7 @@ namespace llvm {
class SISubtarget;
class MachineRegisterInfo;
struct SIRegisterInfo final : public AMDGPURegisterInfo {
class SIRegisterInfo final : public AMDGPURegisterInfo {
private:
unsigned SGPRSetID;
unsigned VGPRSetID;