diff options
| author | Evan Cheng <evan.cheng@apple.com> | 2011-07-01 21:01:15 +0000 |
|---|---|---|
| committer | Evan Cheng <evan.cheng@apple.com> | 2011-07-01 21:01:15 +0000 |
| commit | 0d639a28aa3f3404e66286f2f918e06b4249ecbb (patch) | |
| tree | 099fd78dab45420aeb28403c82f7e0741a14ca9e /llvm/lib/CodeGen/AggressiveAntiDepBreaker.cpp | |
| parent | 94942b32a36e2246e7bf4ce3122a3e41729bcdae (diff) | |
| download | bcm5719-llvm-0d639a28aa3f3404e66286f2f918e06b4249ecbb.tar.gz bcm5719-llvm-0d639a28aa3f3404e66286f2f918e06b4249ecbb.zip | |
Rename TargetSubtarget to TargetSubtargetInfo for consistency.
llvm-svn: 134259
Diffstat (limited to 'llvm/lib/CodeGen/AggressiveAntiDepBreaker.cpp')
| -rw-r--r-- | llvm/lib/CodeGen/AggressiveAntiDepBreaker.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/CodeGen/AggressiveAntiDepBreaker.cpp b/llvm/lib/CodeGen/AggressiveAntiDepBreaker.cpp index 6f45216e242..25842a7876a 100644 --- a/llvm/lib/CodeGen/AggressiveAntiDepBreaker.cpp +++ b/llvm/lib/CodeGen/AggressiveAntiDepBreaker.cpp @@ -116,7 +116,7 @@ bool AggressiveAntiDepState::IsLive(unsigned Reg) AggressiveAntiDepBreaker:: AggressiveAntiDepBreaker(MachineFunction& MFi, const RegisterClassInfo &RCI, - TargetSubtarget::RegClassVector& CriticalPathRCs) : + TargetSubtargetInfo::RegClassVector& CriticalPathRCs) : AntiDepBreaker(), MF(MFi), MRI(MF.getRegInfo()), TII(MF.getTarget().getInstrInfo()), |

