From 1240f4e53a6eb0a0f25b714d0e994137bc3d26c5 Mon Sep 17 00:00:00 2001 From: Argyrios Kyrtzidis Date: Fri, 17 Jun 2011 23:49:31 +0000 Subject: [arcmt] Remove '-arcmt-modify-in-memory', it turned out less useful than we hoped it would be. llvm-svn: 133315 --- clang/lib/FrontendTool/ExecuteCompilerInvocation.cpp | 3 --- 1 file changed, 3 deletions(-) (limited to 'clang/lib/FrontendTool') 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 -- cgit v1.2.3