From 384f4a94f8477f3da0982cf8a41596def359e737 Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Sat, 11 Aug 2007 18:16:46 +0000 Subject: With evan's explicit flag representation, hopefully we will finally be able to 3-addressify away stuff like this: movl %ecx, %eax decl %eax git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@41020 91177308-0d34-0410-b5e6-96231b3b80d8 --- lib/Target/X86/README.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib') 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; -- cgit v1.1