commit | e6bbc01d1c4ec5241df36042e0a4a12a6711934b | [log] [tgz] |
---|---|---|
author | Tanya Lattner <tonic@nondot.org> | Fri Feb 12 00:07:30 2010 +0000 |
committer | Tanya Lattner <tonic@nondot.org> | Fri Feb 12 00:07:30 2010 +0000 |
tree | 97449252d5f834f0ebcea16bffd552b83242330a | |
parent | b84412f587bc9f2f90930cc1c63ba10cb833bd4e [diff] [blame] |
Implementing unused function warning. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@95940 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/lib/Sema/SemaExpr.cpp b/lib/Sema/SemaExpr.cpp index 0563428..940c3d3 100644 --- a/lib/Sema/SemaExpr.cpp +++ b/lib/Sema/SemaExpr.cpp
@@ -7293,6 +7293,7 @@ // FIXME: keep track of references to static functions Function->setUsed(true); + return; }