commit | df9c4380ee7e60c1de5cae32685b113170b1faa2 | [log] [tgz] |
---|---|---|
author | Chris Lattner <sabre@nondot.org> | Mon Feb 08 22:07:36 2010 +0000 |
committer | Chris Lattner <sabre@nondot.org> | Mon Feb 08 22:07:36 2010 +0000 |
tree | ac387e0437aaf6871baa522cc39cd11f58a4d886 | |
parent | 3a3134ab12f3aa65f9791f702a73f6d0b2af423f [diff] [blame] |
don't make hte dtor private or we can't construct the class. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@95587 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/lib/MC/MCExpr.cpp b/lib/MC/MCExpr.cpp index 07546c1..afdaa00 100644 --- a/lib/MC/MCExpr.cpp +++ b/lib/MC/MCExpr.cpp
@@ -133,7 +133,7 @@ return Create(Ctx.GetOrCreateSymbol(Name), Ctx); } -MCTargetExpr::~MCTargetExpr() {} +void MCTargetExpr::Anchor() {} /* *** */