[llvm-commits] CVS: llvm/test/CFrontend/2003-07-22-ArrayAccessTypeSafety.c.tr
Chris Lattner
sabre at nondot.org
Sun Apr 15 23:04:23 PDT 2007
Changes in directory llvm/test/CFrontend:
2003-07-22-ArrayAccessTypeSafety.c.tr updated: 1.5 -> 1.6
---
Log message:
update test
---
Diffs of the changes: (+1 -2)
2003-07-22-ArrayAccessTypeSafety.c.tr | 3 +--
1 files changed, 1 insertion(+), 2 deletions(-)
Index: llvm/test/CFrontend/2003-07-22-ArrayAccessTypeSafety.c.tr
diff -u llvm/test/CFrontend/2003-07-22-ArrayAccessTypeSafety.c.tr:1.5 llvm/test/CFrontend/2003-07-22-ArrayAccessTypeSafety.c.tr:1.6
--- llvm/test/CFrontend/2003-07-22-ArrayAccessTypeSafety.c.tr:1.5 Sun Apr 15 18:00:46 2007
+++ llvm/test/CFrontend/2003-07-22-ArrayAccessTypeSafety.c.tr Mon Apr 16 01:04:03 2007
@@ -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) {
More information about the llvm-commits
mailing list