PPC doesn't supported VLA with large alignment. This was
authorDale Johannesen <dalej@apple.com>
Fri, 30 Jul 2010 21:09:48 +0000 (21:09 +0000)
committerDale Johannesen <dalej@apple.com>
Fri, 30 Jul 2010 21:09:48 +0000 (21:09 +0000)
commit38cb1381b5ec8c75242650491c2b8e7e8a302665
tree0b12f346c06c5c3b6d958262557420973155fdaf
parente16829b401409b398c9de9847c1d12eb931f7d63
PPC doesn't supported VLA with large alignment.  This was
formerly rejected by the FE, so asserted in the BE; now the FE only
warns, so we treat it as a legitimate fatal error in PPC BE.
This means the test for the feature won't pass, so it's xfail'd.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@109892 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/PowerPC/PPCRegisterInfo.cpp
test/FrontendC/vla-1.c