diff options
author | Andrew Trick <atrick@apple.com> | 2012-04-25 01:11:22 +0000 |
---|---|---|
committer | Andrew Trick <atrick@apple.com> | 2012-04-25 01:11:22 +0000 |
commit | 23d59c2fb847f1869b72bcbda67052ac6b2aaee9 (patch) | |
tree | 9a786dc02916718a06038126b033ee303d22ef45 | |
parent | 50ade659829269f0338cd1bfa0a574dcec62562e (diff) |
typo in declaration from earlier today
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@155519 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | include/llvm/CodeGen/MachineScheduler.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/llvm/CodeGen/MachineScheduler.h b/include/llvm/CodeGen/MachineScheduler.h index b0b6aa7dc5..e5d3a98e6c 100644 --- a/include/llvm/CodeGen/MachineScheduler.h +++ b/include/llvm/CodeGen/MachineScheduler.h @@ -35,7 +35,7 @@ class AliasAnalysis; class LiveIntervals; class MachineDominatorTree; class MachineLoopInfo; -class RegClassInfo; +class RegisterClassInfo; class ScheduleDAGInstrs; /// MachineSchedContext provides enough context from the MachineScheduler pass |