Use the default implementation of EmitVAArg instead of the SVR4 one. This is meant to address PR33108.
The motivating testcase:
void foo() { __builtin_va_list va; __builtin_va_arg(va, int); }
Compiling with clang -target powerpc-unknown-macosx -S test.c results in a crash.