[llvm] r233031 - Remove dead prototype DebugInfoFinder::processExpression(), NFC
Duncan P. N. Exon Smith
dexonsmith at apple.com
Mon Mar 23 15:10:28 PDT 2015
Author: dexonsmith
Date: Mon Mar 23 17:10:27 2015
New Revision: 233031
URL: http://llvm.org/viewvc/llvm-project?rev=233031&view=rev
Log:
Remove dead prototype DebugInfoFinder::processExpression(), NFC
Modified:
llvm/trunk/include/llvm/IR/DebugInfo.h
Modified: llvm/trunk/include/llvm/IR/DebugInfo.h
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/include/llvm/IR/DebugInfo.h?rev=233031&r1=233030&r2=233031&view=diff
==============================================================================
--- llvm/trunk/include/llvm/IR/DebugInfo.h (original)
+++ llvm/trunk/include/llvm/IR/DebugInfo.h Mon Mar 23 17:10:27 2015
@@ -1401,9 +1401,6 @@ public:
/// \brief Process DILocation.
void processLocation(const Module &M, DILocation Loc);
- /// \brief Process DIExpression.
- void processExpression(DIExpression Expr);
-
/// \brief Clear all lists.
void reset();
More information about the llvm-commits
mailing list