Fix typo in the X86 backend readme. Patch from Jaeden Amero.
authorCraig Topper <craig.topper@gmail.com>
Sat, 7 Jan 2012 20:35:21 +0000 (20:35 +0000)
committerCraig Topper <craig.topper@gmail.com>
Sat, 7 Jan 2012 20:35:21 +0000 (20:35 +0000)
llvm-svn: 147739

llvm/lib/Target/X86/README.txt

index 51722b2..f9c1d35 100644 (file)
@@ -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