Add missing index versions of instructions to the map.
[oota-llvm.git] / test / CFrontend / 2007-07-29-RestrictPtrArg.c
index be09108b34535569c9bb1a93c2273892873d4b3b..d54dfbe57121d3ab987824a50c44399087156dd1 100644 (file)
@@ -3,4 +3,4 @@
 void foo(int * __restrict myptr1, int * myptr2) {
   myptr1[0] = 0;
   myptr2[0] = 0;
-}
\ No newline at end of file
+}