summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDuncan P. N. Exon Smith <dexonsmith@apple.com>2015-03-23 22:10:27 +0000
committerDuncan P. N. Exon Smith <dexonsmith@apple.com>2015-03-23 22:10:27 +0000
commit3943e053e0564e06fe1293104ae73b43b16769c2 (patch)
treee103ce9727c71f96c5c7b0e09ac6214356efe931
parent9b9cc2dad4f8200acdef7cc7f4a618c119932550 (diff)
downloadbcm5719-llvm-3943e053e0564e06fe1293104ae73b43b16769c2.tar.gz
bcm5719-llvm-3943e053e0564e06fe1293104ae73b43b16769c2.zip
Remove dead prototype DebugInfoFinder::processExpression(), NFC
llvm-svn: 233031
-rw-r--r--llvm/include/llvm/IR/DebugInfo.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/llvm/include/llvm/IR/DebugInfo.h b/llvm/include/llvm/IR/DebugInfo.h
index 73d2a7f9e37..0163c056236 100644
--- a/llvm/include/llvm/IR/DebugInfo.h
+++ b/llvm/include/llvm/IR/DebugInfo.h
@@ -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();
OpenPOWER on IntegriCloud