Pointer arithmetic should be done with the index the same size as the pointer.
[oota-llvm.git] / test / CFrontend / 2007-06-15-AnnotateAttribute.c
index 56bdc6ae585381953fe307d5661eb17022e36ecc..00991173703679d351efec8b4a184b5c7ec89373 100644 (file)
@@ -1,5 +1,5 @@
-// RUN: %llvmgxx -c -emit-llvm %s -o - | llvm-dis | grep llvm.global.annotations
-// RUN: %llvmgxx -c -emit-llvm %s -o - | llvm-dis | grep llvm.var.annotation | count 3 
+// RUN: %llvmgcc -c -emit-llvm %s -o - | llvm-dis | grep llvm.global.annotations
+// RUN: %llvmgcc -c -emit-llvm %s -o - | llvm-dis | grep llvm.var.annotation | count 3 
 
 #include <stdio.h>