]> granicus.if.org Git - clang/commitdiff
Revert this, was a bug in my new warning code, not the test case.
authorMike Stump <mrs@apple.com>
Tue, 21 Jul 2009 23:50:15 +0000 (23:50 +0000)
committerMike Stump <mrs@apple.com>
Tue, 21 Jul 2009 23:50:15 +0000 (23:50 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@76690 91177308-0d34-0410-b5e6-96231b3b80d8

test/CodeGen/2009-06-01-addrofknr.c

index 214318719c3724be7b365368e0311e4156dad04f..d51a4a47b478847db16c3329548aa05ce9917112 100644 (file)
@@ -18,5 +18,4 @@ main(int argc, char *argv[])
 
   fp.func = &func;
   fp.func = func;
-  return 0;
 }