diff options
Diffstat (limited to 'lib/CodeGen/RegAllocLocal.cpp')
-rw-r--r-- | lib/CodeGen/RegAllocLocal.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/CodeGen/RegAllocLocal.cpp b/lib/CodeGen/RegAllocLocal.cpp index 1b84b30f57..26269e1808 100644 --- a/lib/CodeGen/RegAllocLocal.cpp +++ b/lib/CodeGen/RegAllocLocal.cpp @@ -643,6 +643,6 @@ bool RA::runOnMachineFunction(MachineFunction &Fn) { return true; } -Pass *createLocalRegisterAllocator() { +FunctionPass *createLocalRegisterAllocator() { return new RA(); } |