From: Chris Lattner Date: Tue, 31 Oct 2006 06:26:10 +0000 (+0000) Subject: add a note X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=94b6d6eb6b52a9a257ee1b6885861a8c326f836b;p=oota-llvm.git add a note git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@31309 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/test/CFrontend/2006-10-30-ArrayCrash.c b/test/CFrontend/2006-10-30-ArrayCrash.c index b0663c1f1f0..09464dd3a06 100644 --- a/test/CFrontend/2006-10-30-ArrayCrash.c +++ b/test/CFrontend/2006-10-30-ArrayCrash.c @@ -1,4 +1,5 @@ // RUN: %llvmgcc -O3 -S -o - %s +// PR954, PR911 extern void foo();