fix a bug in range information for $42, eliminate an
[oota-llvm.git] / include / llvm / MC / MCAsmParser.h
index a3c10f9c2fe182395c6e6e970c1fb02a19f99ef3..f1ce323c15530c5ec19a65f5fe63bd55dfd66313 100644 (file)
@@ -55,8 +55,7 @@ public:
   /// @param Res - The value of the expression. The result is undefined
   /// on error.
   /// @result - False on success.
-  virtual bool ParseExpression(const MCExpr *&Res,
-                               SMLoc &StartLoc, SMLoc &EndLoc) = 0;
+  virtual bool ParseExpression(const MCExpr *&Res, SMLoc &EndLoc) = 0;
   bool ParseExpression(const MCExpr *&Res);
   
   /// ParseParenExpression - Parse an arbitrary expression, assuming that an