diff options
-rw-r--r-- | include/llvm/CodeGen/Passes.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/llvm/CodeGen/Passes.h b/include/llvm/CodeGen/Passes.h index ab07aef3ac..dca1e9c2e2 100644 --- a/include/llvm/CodeGen/Passes.h +++ b/include/llvm/CodeGen/Passes.h @@ -132,8 +132,8 @@ protected: /// are required for fast register allocation. virtual void addFastRegAlloc(FunctionPass *RegAllocPass); - // addOptimizedRegAlloc - Add passes related to register allocation. - // LLVMTargetMachine provides standard regalloc passes for most targets. + /// addOptimizedRegAlloc - Add passes related to register allocation. + /// LLVMTargetMachine provides standard regalloc passes for most targets. virtual void addOptimizedRegAlloc(FunctionPass *RegAllocPass); /// addPostRegAlloc - This method may be implemented by targets that want |