The time when -faltivec (or, on clang only, -maltivec) will magically
authorEric Christopher <echristo@gmail.com>
Thu, 24 Mar 2016 01:26:08 +0000 (01:26 +0000)
committerEric Christopher <echristo@gmail.com>
Thu, 24 Mar 2016 01:26:08 +0000 (01:26 +0000)
commit465027231010d7abaca1ecf8aafc7f61f23bbcd5
tree3994120fb318da19966d0b0f16faa29d2b0a1e9d
parentb29ecbd4e9149c474a6ed3fe9fb4c30f3dcbbe66
The time when -faltivec (or, on clang only, -maltivec) will magically
include altivec.h has come and gone.

Rationale: This causes modules, rewrite-includes, etc to be sad and
people should just include altivec.h in their source.

llvm-svn: 264235
clang/lib/Frontend/CompilerInvocation.cpp
clang/test/CodeGen/builtins-ppc-altivec.c
clang/test/CodeGen/builtins-ppc-p8vector.c
clang/test/CodeGen/builtins-ppc-quadword.c
clang/test/CodeGen/builtins-ppc-vsx.c
clang/test/Parser/cxx-altivec.cpp