mirror of
https://github.com/RPCSX/llvm.git
synced 2024-11-28 14:10:41 +00:00
Fix a comment grammaro.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@91584 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
b24890b520
commit
266d945fff
@ -4663,8 +4663,8 @@ private:
|
||||
|
||||
/// GetRegistersForValue - Assign registers (virtual or physical) for the
|
||||
/// specified operand. We prefer to assign virtual registers, to allow the
|
||||
/// register allocator handle the assignment process. However, if the asm uses
|
||||
/// features that we can't model on machineinstrs, we have SDISel do the
|
||||
/// register allocator to handle the assignment process. However, if the asm
|
||||
/// uses features that we can't model on machineinstrs, we have SDISel do the
|
||||
/// allocation. This produces generally horrible, but correct, code.
|
||||
///
|
||||
/// OpInfo describes the operand.
|
||||
|
Loading…
Reference in New Issue
Block a user