Delete stray semicolon.

llvm-svn: 147140
This commit is contained in:
Eli Friedman 2011-12-22 06:36:54 +00:00
parent 5586354d7d
commit 843eef73dd
1 changed files with 1 additions and 1 deletions

View File

@ -315,7 +315,7 @@ public:
QualType getType(ASTContext &C) const { return ToTy; }
const SymExpr *getOperand() const { return Operand; };
const SymExpr *getOperand() const { return Operand; }
void dumpToStream(raw_ostream &os) const;