From: Mike Stump Date: Tue, 21 Jul 2009 23:50:15 +0000 (+0000) Subject: Revert this, was a bug in my new warning code, not the test case. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=9ff982c1ae369eeb29f416251c63721a9c8738bf;p=clang Revert this, was a bug in my new warning code, not the test case. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@76690 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/test/CodeGen/2009-06-01-addrofknr.c b/test/CodeGen/2009-06-01-addrofknr.c index 214318719c..d51a4a47b4 100644 --- a/test/CodeGen/2009-06-01-addrofknr.c +++ b/test/CodeGen/2009-06-01-addrofknr.c @@ -18,5 +18,4 @@ main(int argc, char *argv[]) fp.func = &func; fp.func = func; - return 0; }