From: Hans Wennborg <hans@hanshq.net> Date: Wed, 13 Jan 2016 21:18:59 +0000 (+0000) Subject: Merging r257648: X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=53d8ef00d82460b9c8ce08617d91bbce8313d4a3;p=oota-llvm.git Merging r257648: ------------------------------------------------------------------------ r257648 | hans | 2016-01-13 10:59:45 -0800 (Wed, 13 Jan 2016) | 1 line Fix struct/class mismatch for MachineSchedContext ------------------------------------------------------------------------ git-svn-id: https://llvm.org/svn/llvm-project/llvm/branches/release_38@257668 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/Target/AMDGPU/AMDGPU.h b/lib/Target/AMDGPU/AMDGPU.h index 5d00e1cb3be..4f718e1ca31 100644 --- a/lib/Target/AMDGPU/AMDGPU.h +++ b/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;