From 9ad1c0205ec478d64b3ed6d3dde5efaa9c9932c5 Mon Sep 17 00:00:00 2001 From: Daniel Dunbar Date: Thu, 25 Feb 2010 20:37:44 +0000 Subject: Move ~CodeGenAction out-of-line. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@97166 91177308-0d34-0410-b5e6-96231b3b80d8 --- lib/Frontend/CodeGenAction.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'lib/Frontend/CodeGenAction.cpp') diff --git a/lib/Frontend/CodeGenAction.cpp b/lib/Frontend/CodeGenAction.cpp index ff24854339..eb2990405d 100644 --- a/lib/Frontend/CodeGenAction.cpp +++ b/lib/Frontend/CodeGenAction.cpp @@ -435,6 +435,8 @@ void BackendConsumer::EmitAssembly() { CodeGenAction::CodeGenAction(unsigned _Act) : Act(_Act) {} +CodeGenAction::~CodeGenAction() {} + void CodeGenAction::EndSourceFileAction() { // If the consumer creation failed, do nothing. if (!getCompilerInstance().hasASTConsumer()) -- cgit v1.2.3-70-g09d2