Add missing index versions of instructions to the map.
[oota-llvm.git] / test / CFrontend / 2005-07-26-UnionInitCrash.c
1 // PR607
2 // RUN: %llvmgcc %s -S -o -
3 union { char bytes[8]; double alignment; }EQ1 = {0,0,0,0,0,0,0,0};