summaryrefslogtreecommitdiffstats
path: root/clang/lib/FrontendTool
diff options
context:
space:
mode:
authorArgyrios Kyrtzidis <akyrtzi@gmail.com>2011-06-17 23:49:31 +0000
committerArgyrios Kyrtzidis <akyrtzi@gmail.com>2011-06-17 23:49:31 +0000
commit1240f4e53a6eb0a0f25b714d0e994137bc3d26c5 (patch)
tree93215c778acaca1e29c604198cd1258646bfa336 /clang/lib/FrontendTool
parent804e6d191bb3a59995b2af0314ac54851a7588c6 (diff)
downloadbcm5719-llvm-1240f4e53a6eb0a0f25b714d0e994137bc3d26c5.tar.gz
bcm5719-llvm-1240f4e53a6eb0a0f25b714d0e994137bc3d26c5.zip
[arcmt] Remove '-arcmt-modify-in-memory', it turned out less useful than we hoped it would be.
llvm-svn: 133315
Diffstat (limited to 'clang/lib/FrontendTool')
-rw-r--r--clang/lib/FrontendTool/ExecuteCompilerInvocation.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/clang/lib/FrontendTool/ExecuteCompilerInvocation.cpp b/clang/lib/FrontendTool/ExecuteCompilerInvocation.cpp
index 7ad263e14b8..eb1c208df18 100644
--- a/clang/lib/FrontendTool/ExecuteCompilerInvocation.cpp
+++ b/clang/lib/FrontendTool/ExecuteCompilerInvocation.cpp
@@ -100,9 +100,6 @@ static FrontendAction *CreateFrontendAction(CompilerInstance &CI) {
case FrontendOptions::ARCMT_Modify:
Act = new arcmt::TransformationAction(Act);
break;
- case FrontendOptions::ARCMT_ModifyInMemory:
- Act = new arcmt::InMemoryTransformationAction(Act);
- break;
}
// If there are any AST files to merge, create a frontend action
OpenPOWER on IntegriCloud