mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-14 16:33:28 +00:00
Check that nested functions don't get pointless
static chains. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@45936 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
e3a8830c1d
commit
1fac17f2e7
3
test/CFrontend/2008-01-11-ChainConsistency.c
Normal file
3
test/CFrontend/2008-01-11-ChainConsistency.c
Normal file
@ -0,0 +1,3 @@
|
||||
// RUN: %llvmgcc -S %s -o - -fnested-functions | not grep nest
|
||||
|
||||
void n1(void) { void a(void) { a(); } a(); }
|
Loading…
x
Reference in New Issue
Block a user