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 96f4941..ab11011 100644 --- a/lib/Target/X86/README.txt +++ b/lib/Target/X86/README.txt @@ -959,7 +959,7 @@ Though this probably isn't worth it. //===---------------------------------------------------------------------===// We need to teach the codegen to convert two-address INC instructions to LEA -when the flags are dead. For example, on X86-64, compile: +when the flags are dead (likewise dec). For example, on X86-64, compile: int foo(int A, int B) { return A+1; |