diff options
| author | Hans Wennborg <hans@hanshq.net> | 2016-01-13 18:59:45 +0000 |
|---|---|---|
| committer | Hans Wennborg <hans@hanshq.net> | 2016-01-13 18:59:45 +0000 |
| commit | 81efb6b418be3ab097e6b2225376a9dc449b1fe4 (patch) | |
| tree | 36b3a7605380278d133686cd55f957096a674101 /llvm/lib/Target | |
| parent | a4a628fb51fd58c9e3768723e8762cb28130f88f (diff) | |
| download | bcm5719-llvm-81efb6b418be3ab097e6b2225376a9dc449b1fe4.tar.gz bcm5719-llvm-81efb6b418be3ab097e6b2225376a9dc449b1fe4.zip | |
Fix struct/class mismatch for MachineSchedContext
llvm-svn: 257648
Diffstat (limited to 'llvm/lib/Target')
| -rw-r--r-- | llvm/lib/Target/AMDGPU/AMDGPU.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Target/AMDGPU/AMDGPU.h b/llvm/lib/Target/AMDGPU/AMDGPU.h index 5d00e1cb3be..4f718e1ca31 100644 --- a/llvm/lib/Target/AMDGPU/AMDGPU.h +++ b/llvm/lib/Target/AMDGPU/AMDGPU.h @@ -20,7 +20,7 @@ class AMDGPUInstrPrinter; class AMDGPUSubtarget; class AMDGPUTargetMachine; class FunctionPass; -class MachineSchedContext; +struct MachineSchedContext; class MCAsmInfo; class raw_ostream; class ScheduleDAGInstrs; |

