diff options
Diffstat (limited to 'lib/Target/X86/README.txt')
-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 65de926a3e..47d0cb8ec4 100644 --- a/lib/Target/X86/README.txt +++ b/lib/Target/X86/README.txt @@ -1693,7 +1693,7 @@ LBB1_2: # bb7 subl %ecx, %eax ret -The coallescer could coallesce "edx" with "eax" to avoid the movl in LBB1_2 +The coalescer could coalesce "edx" with "eax" to avoid the movl in LBB1_2 if it commuted the addl in LBB1_1. //===---------------------------------------------------------------------===// |