diff options
author | Mike Stump <mrs@apple.com> | 2009-07-21 23:50:15 +0000 |
---|---|---|
committer | Mike Stump <mrs@apple.com> | 2009-07-21 23:50:15 +0000 |
commit | 9ff982c1ae369eeb29f416251c63721a9c8738bf (patch) | |
tree | 720e9c1fb00b322f216f232d8a2da90a53031fac | |
parent | 8e8221070954da06c52b27babf40561ea874c75e (diff) |
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
-rw-r--r-- | test/CodeGen/2009-06-01-addrofknr.c | 1 |
1 files changed, 0 insertions, 1 deletions
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; } |