change dag isel emitter to only call 'IsProfitableToFold' on nodes
[oota-llvm.git] / test / FrontendC / 2007-11-07-ZeroAggregateAlign.c
1 // RUN: %llvmgcc -S %s -o - | grep "align 2"
2 struct A { short s; short t; int i; };
3 void q() { struct A a = {0}; }