diff options
author | Craig Topper <craig.topper@gmail.com> | 2012-01-07 20:35:21 +0000 |
---|---|---|
committer | Craig Topper <craig.topper@gmail.com> | 2012-01-07 20:35:21 +0000 |
commit | eb3d460b2562c50a4a9da26d4978cfa2bd1f3338 (patch) | |
tree | bb4b6f056ba4e1c41fa6f41a6dafb68f5e4a2451 /lib | |
parent | f321e1075eabae96f62b1f2570d9dee5d10b8200 (diff) | |
download | external_llvm-eb3d460b2562c50a4a9da26d4978cfa2bd1f3338.zip external_llvm-eb3d460b2562c50a4a9da26d4978cfa2bd1f3338.tar.gz external_llvm-eb3d460b2562c50a4a9da26d4978cfa2bd1f3338.tar.bz2 |
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
Diffstat (limited to 'lib')
-rw-r--r-- | lib/Target/X86/README.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Target/X86/README.txt b/lib/Target/X86/README.txt index 51722b2..f9c1d35 100644 --- a/lib/Target/X86/README.txt +++ b/lib/Target/X86/README.txt @@ -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 |