Check that nested functions don't get pointless
static chains. llvm-svn: 45936
This commit is contained in:
parent
826e91ae04
commit
93ebe1df27
|
|
@ -0,0 +1,3 @@
|
|||
// RUN: %llvmgcc -S %s -o - -fnested-functions | not grep nest
|
||||
|
||||
void n1(void) { void a(void) { a(); } a(); }
|
||||
Loading…
Reference in New Issue