Fix a ValueTracking rule: RHS means operand 1, not 0. Add a simple
[oota-llvm.git] / test / FrontendC / 2007-11-07-AlignedMemcpy.c
1 // RUN: %llvmgcc -c %s -o /dev/null
2 void bork() {
3   int Qux[33] = {0};
4 }