[llvm-commits] CVS: llvm/test/CFrontend/2003-07-22-ArrayAccessTypeSafety.c.tr

Tanya Lattner tonic at nondot.org
Wed Jun 6 13:47:05 PDT 2007



Changes in directory llvm/test/CFrontend:

2003-07-22-ArrayAccessTypeSafety.c.tr updated: 1.7 -> 1.8
---
Log message:

Revert changes for noinline.



---
Diffs of the changes:  (+1 -1)

 2003-07-22-ArrayAccessTypeSafety.c.tr |    2 +-
 1 files changed, 1 insertion(+), 1 deletion(-)


Index: llvm/test/CFrontend/2003-07-22-ArrayAccessTypeSafety.c.tr
diff -u llvm/test/CFrontend/2003-07-22-ArrayAccessTypeSafety.c.tr:1.7 llvm/test/CFrontend/2003-07-22-ArrayAccessTypeSafety.c.tr:1.8
--- llvm/test/CFrontend/2003-07-22-ArrayAccessTypeSafety.c.tr:1.7	Wed Jun  6 00:53:50 2007
+++ llvm/test/CFrontend/2003-07-22-ArrayAccessTypeSafety.c.tr	Wed Jun  6 15:46:40 2007
@@ -1,4 +1,4 @@
-/* RUN: %llvmgcc -xc %s -S -o - | grep -v alloca | grep -v llvm.noinline | not grep bitcast
+/* 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