Reapply r121905 (automatic synthesis of @llvm.sadd.with.overflow) with a fix for...
[oota-llvm.git] / test / FrontendC / 2003-11-03-AddrArrayElement.c
index ed3fc1a6cb42c0ef05927aea6ca72e1f618697d3..4337da7d1e43fe4f300c3dc3b5f0ca77bae27dcf 100644 (file)
@@ -1,4 +1,4 @@
-// RUN: %llvmgcc -xc %s -c -o - | llvm-dis | grep getelementptr
+// RUN: %llvmgcc -xc %s -S -o - | grep getelementptr
 
 // This should be turned into a tasty getelementptr instruction, not a nasty
 // series of casts and address arithmetic.