diff options
author | Saleem Abdulrasool <compnerd@compnerd.org> | 2016-08-29 20:42:07 +0000 |
---|---|---|
committer | Saleem Abdulrasool <compnerd@compnerd.org> | 2016-08-29 20:42:07 +0000 |
commit | 43e5fe3fac5f5925063acd29fc023ca287337eb4 (patch) | |
tree | e4a922ea5b8d843f14c7ef8a987169e5acf360e5 /llvm/lib/Target/AMDGPU/SIMachineFunctionInfo.h | |
parent | ef72107a490b26b59a0edd78c971b4ccdbcc7967 (diff) | |
download | bcm5719-llvm-43e5fe3fac5f5925063acd29fc023ca287337eb4.tar.gz bcm5719-llvm-43e5fe3fac5f5925063acd29fc023ca287337eb4.zip |
AMDGPU: fix mismatch tags, NFC
llvm-svn: 280006
Diffstat (limited to 'llvm/lib/Target/AMDGPU/SIMachineFunctionInfo.h')
-rw-r--r-- | llvm/lib/Target/AMDGPU/SIMachineFunctionInfo.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Target/AMDGPU/SIMachineFunctionInfo.h b/llvm/lib/Target/AMDGPU/SIMachineFunctionInfo.h index 61b38c8e55f..f1cc5347162 100644 --- a/llvm/lib/Target/AMDGPU/SIMachineFunctionInfo.h +++ b/llvm/lib/Target/AMDGPU/SIMachineFunctionInfo.h @@ -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; |