summaryrefslogtreecommitdiffstats
path: root/llvm/include
diff options
context:
space:
mode:
authorChad Rosier <mcrosier@apple.com>2013-04-09 19:59:12 +0000
committerChad Rosier <mcrosier@apple.com>2013-04-09 19:59:12 +0000
commite8d8288d7eb9763bf1b9d934a0a4911b61f2d7ae (patch)
treecafa9c12ce5a0ced9cd49df870fc2057ad3011e5 /llvm/include
parent9f6b59ae9b45afb20f4764454cd2efc7ce4fc0eb (diff)
downloadbcm5719-llvm-e8d8288d7eb9763bf1b9d934a0a4911b61f2d7ae.tar.gz
bcm5719-llvm-e8d8288d7eb9763bf1b9d934a0a4911b61f2d7ae.zip
Revert r179115 as it looks to have killed the ASan tests.
llvm-svn: 179120
Diffstat (limited to 'llvm/include')
-rw-r--r--llvm/include/llvm/MC/MCParser/MCAsmParser.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/llvm/include/llvm/MC/MCParser/MCAsmParser.h b/llvm/include/llvm/MC/MCParser/MCAsmParser.h
index 601f8f7734b..d7e3902ac47 100644
--- a/llvm/include/llvm/MC/MCParser/MCAsmParser.h
+++ b/llvm/include/llvm/MC/MCParser/MCAsmParser.h
@@ -151,13 +151,6 @@ public:
virtual bool parseExpression(const MCExpr *&Res, SMLoc &EndLoc) = 0;
bool parseExpression(const MCExpr *&Res);
- /// parsePrimaryExpr - Parse a primary expression.
- ///
- /// @param Res - The value of the expression. The result is undefined
- /// on error.
- /// @result - False on success.
- virtual bool parsePrimaryExpr(const MCExpr *&Res, SMLoc &EndLoc) = 0;
-
/// parseParenExpression - Parse an arbitrary expression, assuming that an
/// initial '(' has already been consumed.
///
OpenPOWER on IntegriCloud