1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-19 02:52:53 +02:00

AMDGPU: fix mismatch tags, NFC

llvm-svn: 280006
This commit is contained in:
Saleem Abdulrasool 2016-08-29 20:42:07 +00:00
parent 367ba1e8b7
commit b7be5c7c36
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;