Add missing index versions of instructions to the map.
[oota-llvm.git] / test / CFrontend / 2003-08-20-vfork-bug.c
1 // RUN: %llvmgcc -S %s -o - | llvm-as -f -o /dev/null
2
3 extern int vfork(void);
4 test() {
5   vfork();
6 }