Add an InstCombine transform to recognize instances of manual overflow-safe addition
[oota-llvm.git] / test / FrontendC / 2008-03-03-CtorAttrType.c
index dc0e47d811a4d2d3c940b4ddc7d8631c0dd1b350..96648f4ec5a668e07dc468c1e57e397895a81ad3 100644 (file)
@@ -1,4 +1,4 @@
-// RUN: %llvmgcc %s -S -emit-llvm -o - | grep llvm.global_ctors
+// RUN: %llvmgcc %s -S -o - | grep llvm.global_ctors
 int __attribute__((constructor)) foo(void) {
   return 0;
 }