typo in declaration from earlier today
authorAndrew Trick <atrick@apple.com>
Wed, 25 Apr 2012 01:11:22 +0000 (01:11 +0000)
committerAndrew Trick <atrick@apple.com>
Wed, 25 Apr 2012 01:11:22 +0000 (01:11 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@155519 91177308-0d34-0410-b5e6-96231b3b80d8

include/llvm/CodeGen/MachineScheduler.h

index b0b6aa7dc5496f6d5f45dd99d07071dedb5b3caa..e5d3a98e6c38d26f8f2674752955c2f1b6919385 100644 (file)
@@ -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