[llvm-commits] CVS: llvm/lib/Target/X86/README.txt 
    Chris Lattner 
    lattner at cs.uiuc.edu
       
    Wed Feb  1 13:45:00 PST 2006
    
    
  
Changes in directory llvm/lib/Target/X86:
README.txt updated: 1.39 -> 1.40
---
Log message:
another note
---
Diffs of the changes:  (+4 -0)
 README.txt |    4 ++++
 1 files changed, 4 insertions(+)
Index: llvm/lib/Target/X86/README.txt
diff -u llvm/lib/Target/X86/README.txt:1.39 llvm/lib/Target/X86/README.txt:1.40
--- llvm/lib/Target/X86/README.txt:1.39	Wed Feb  1 00:40:32 2006
+++ llvm/lib/Target/X86/README.txt	Wed Feb  1 15:44:48 2006
@@ -309,3 +309,7 @@
         ret bool %Z
 }
 
+//===---------------------------------------------------------------------===//
+
+We need to lower switch statements to tablejumps when appropriate instead of
+always into binary branch trees.
    
    
More information about the llvm-commits
mailing list