mirror of
https://github.com/RPCS3/llvm.git
synced 2024-12-28 15:33:16 +00:00
Fix typo in the X86 backend readme. Patch from Jaeden Amero.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@147739 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
f321e1075e
commit
eb3d460b25
@ -56,7 +56,7 @@ cmovs, we should expand to a conditional branch like GCC produces.
|
||||
|
||||
Some isel ideas:
|
||||
|
||||
1. Dynamic programming based approach when compile time if not an
|
||||
1. Dynamic programming based approach when compile time is not an
|
||||
issue.
|
||||
2. Code duplication (addressing mode) during isel.
|
||||
3. Other ideas from "Register-Sensitive Selection, Duplication, and
|
||||
|
Loading…
Reference in New Issue
Block a user