Add an InstCombine transform to recognize instances of manual overflow-safe addition
[oota-llvm.git] / test / FrontendC / 2007-06-15-AnnotateAttribute.c
index 00991173703679d351efec8b4a184b5c7ec89373..115c3f73b90b854339509d52e2c185d7339c4c1d 100644 (file)
@@ -1,5 +1,5 @@
-// 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 
+// RUN: %llvmgcc -S %s -o - | grep llvm.global.annotations
+// RUN: %llvmgcc -S %s -o - | grep llvm.var.annotation | count 3 
 
 #include <stdio.h>