diff options
author | Dmitri Gribenko <gribozavr@gmail.com> | 2012-09-12 16:59:47 +0000 |
---|---|---|
committer | Dmitri Gribenko <gribozavr@gmail.com> | 2012-09-12 16:59:47 +0000 |
commit | 881929c1b60c928d332fd27df98b13ed96cef56a (patch) | |
tree | 00ce4fe6d3623774a92db998c3d6e7eefa62a602 /llvm/lib/CodeGen | |
parent | 191ffd35a0d6fd23572a8072436b5527370ca03b (diff) | |
download | bcm5719-llvm-881929c1b60c928d332fd27df98b13ed96cef56a.tar.gz bcm5719-llvm-881929c1b60c928d332fd27df98b13ed96cef56a.zip |
Fix a couple of Doxygen comment issues pointed out by -Wdocumentation.
llvm-svn: 163721
Diffstat (limited to 'llvm/lib/CodeGen')
-rw-r--r-- | llvm/lib/CodeGen/RegAllocGreedy.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/CodeGen/RegAllocGreedy.cpp b/llvm/lib/CodeGen/RegAllocGreedy.cpp index c021a937b6e..20ba8044464 100644 --- a/llvm/lib/CodeGen/RegAllocGreedy.cpp +++ b/llvm/lib/CodeGen/RegAllocGreedy.cpp @@ -508,7 +508,7 @@ bool RAGreedy::shouldEvict(LiveInterval &A, bool IsHint, /// /// @param VirtReg Live range that is about to be assigned. /// @param PhysReg Desired register for assignment. -/// @prarm IsHint True when PhysReg is VirtReg's preferred register. +/// @param IsHint True when PhysReg is VirtReg's preferred register. /// @param MaxCost Only look for cheaper candidates and update with new cost /// when returning true. /// @returns True when interference can be evicted cheaper than MaxCost. |