summaryrefslogtreecommitdiffstats
path: root/clang/lib/Frontend/CodeGenAction.cpp
diff options
context:
space:
mode:
authorDaniel Dunbar <daniel@zuster.org>2010-02-25 20:37:44 +0000
committerDaniel Dunbar <daniel@zuster.org>2010-02-25 20:37:44 +0000
commite8ecf9a0db4f15c96d13c434551ba8a6fef39fb6 (patch)
treef5db8b922f43849d876cf59a599e9dde16e00154 /clang/lib/Frontend/CodeGenAction.cpp
parent2a8e3777b4b49887a18303841636c55db382239b (diff)
downloadbcm5719-llvm-e8ecf9a0db4f15c96d13c434551ba8a6fef39fb6.tar.gz
bcm5719-llvm-e8ecf9a0db4f15c96d13c434551ba8a6fef39fb6.zip
Move ~CodeGenAction out-of-line.
llvm-svn: 97166
Diffstat (limited to 'clang/lib/Frontend/CodeGenAction.cpp')
-rw-r--r--clang/lib/Frontend/CodeGenAction.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/clang/lib/Frontend/CodeGenAction.cpp b/clang/lib/Frontend/CodeGenAction.cpp
index ff24854339b..eb2990405d5 100644
--- a/clang/lib/Frontend/CodeGenAction.cpp
+++ b/clang/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())
OpenPOWER on IntegriCloud