diff options
| author | Nate Begeman <natebegeman@mac.com> | 2006-05-02 22:43:31 +0000 | 
|---|---|---|
| committer | Nate Begeman <natebegeman@mac.com> | 2006-05-02 22:43:31 +0000 | 
| commit | 233391f5f5e4af46cc2b0b17c24d6ddf51e70674 (patch) | |
| tree | c1bc72a79d5f9fa0244ce058412121de2bea62bc /llvm/lib | |
| parent | 23621fe8f4a0c29db9f4d4937a40e28e6b11279e (diff) | |
| download | bcm5719-llvm-233391f5f5e4af46cc2b0b17c24d6ddf51e70674.tar.gz bcm5719-llvm-233391f5f5e4af46cc2b0b17c24d6ddf51e70674.zip  | |
Remove some stuff from the README
llvm-svn: 28063
Diffstat (limited to 'llvm/lib')
| -rw-r--r-- | llvm/lib/Target/X86/README.txt | 21 | 
1 files changed, 0 insertions, 21 deletions
diff --git a/llvm/lib/Target/X86/README.txt b/llvm/lib/Target/X86/README.txt index c3bcfffd09a..b8ec59ae364 100644 --- a/llvm/lib/Target/X86/README.txt +++ b/llvm/lib/Target/X86/README.txt @@ -1126,27 +1126,6 @@ Don't know if unpckhpd is faster. But it is shorter.  //===---------------------------------------------------------------------===// -typedef short  v8i16 __attribute__ ((__vector_size__ (16))); -v8i16 test(v8i16 x, v8i16 y) { -  return x + y; -} - -compiles to - -_test: -	paddw %xmm0, %xmm1 -	movaps %xmm1, %xmm0 -	ret - -It should be - -	paddw %xmm1, %xmm0 -	ret - -since paddw is commutative. - -//===---------------------------------------------------------------------===// -  This testcase:  %G1 = weak global <4 x float> zeroinitializer           ; <<4 x float>*> [#uses=1]  | 

