From: Chris Lattner Date: Thu, 16 Oct 2008 17:02:50 +0000 (+0000) Subject: fix typo noticed by sdt X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=cc4ba7834f81bb3cf89dbc476aa42f6f0f9d625d;p=oota-llvm.git fix typo noticed by sdt git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@57644 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/Target/X86/README-UNIMPLEMENTED.txt b/lib/Target/X86/README-UNIMPLEMENTED.txt index 6303bd6ec37..69dc8ee1af7 100644 --- a/lib/Target/X86/README-UNIMPLEMENTED.txt +++ b/lib/Target/X86/README-UNIMPLEMENTED.txt @@ -9,6 +9,6 @@ which would be great. 1) vector shifts 2) vector comparisons -3) vector fp<->int comparisons: PR2683, PR2684, PR2685, PR2686, PR2688 +3) vector fp<->int conversions: PR2683, PR2684, PR2685, PR2686, PR2688 4) bitcasts from vectors to scalars: PR2804