diff options
Diffstat (limited to 'llvm/lib/Target/PowerPC/README_ALTIVEC.txt')
| -rw-r--r-- | llvm/lib/Target/PowerPC/README_ALTIVEC.txt | 9 | 
1 files changed, 0 insertions, 9 deletions
diff --git a/llvm/lib/Target/PowerPC/README_ALTIVEC.txt b/llvm/lib/Target/PowerPC/README_ALTIVEC.txt index 2d91986f83f..9de4415c3e0 100644 --- a/llvm/lib/Target/PowerPC/README_ALTIVEC.txt +++ b/llvm/lib/Target/PowerPC/README_ALTIVEC.txt @@ -75,15 +75,6 @@ be constants.  The verifier should enforce this constraint.  //===----------------------------------------------------------------------===// -Implement multiply for vector integer types, to avoid the horrible scalarized -code produced by legalize. - -void test(vector int *X, vector int *Y) { -  *X = *X * *Y; -} - -//===----------------------------------------------------------------------===// -  extract_vector_elt of an arbitrary constant vector can be done with the   following instructions:  | 

