diff options
author | Chris Lattner <sabre@nondot.org> | 2006-10-31 06:26:10 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2006-10-31 06:26:10 +0000 |
commit | 94b6d6eb6b52a9a257ee1b6885861a8c326f836b (patch) | |
tree | 277ba65707de38ec1f1956b339589f51b4e9c35f | |
parent | 406dd6a76845770bd499f1870ab3a6a78ec8a0ce (diff) |
add a note
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@31309 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | test/CFrontend/2006-10-30-ArrayCrash.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/CFrontend/2006-10-30-ArrayCrash.c b/test/CFrontend/2006-10-30-ArrayCrash.c index b0663c1f1f..09464dd3a0 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(); |