Add missing index versions of instructions to the map.
[oota-llvm.git] / test / CFrontend / 2003-12-14-ExternInlineSupport.c.tr
1 // RUN: %llvmgcc -xc %s -c -o - | llvm-dis | not grep dead_function
2
3 extern __inline__ void dead_function() {}