New testcase for PR1744
[oota-llvm.git] / test / CFrontend / 2003-07-22-ArrayAccessTypeSafety.c.tr
index ec1987776fd13447b82ea65bddb86fc6e696002f..51e66c9b83952404694e9b94b3bfad527588cb7d 100644 (file)
@@ -1,5 +1,4 @@
-/* RUN: %llvmgcc -xc %s -c -o - | llvm-dis | not grep cast
-   XFAIL: *
+/* RUN: %llvmgcc -xc %s -S -o - | grep -v alloca | not grep bitcast
  */
 
 void test(int* array, long long N) {