From: Chris Lattner Date: Wed, 1 Feb 2006 21:44:48 +0000 (+0000) Subject: another note X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=3e2b94a171dfd22883d9dbd99186dd74a7fcd7d7;p=oota-llvm.git another note git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@25883 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/Target/X86/README.txt b/lib/Target/X86/README.txt index fca02704555..00dec806f99 100644 --- a/lib/Target/X86/README.txt +++ b/lib/Target/X86/README.txt @@ -309,3 +309,7 @@ bool %X(int %X) { ret bool %Z } +//===---------------------------------------------------------------------===// + +We need to lower switch statements to tablejumps when appropriate instead of +always into binary branch trees.