diff options
author | Argyrios Kyrtzidis <akyrtzi@gmail.com> | 2011-06-17 23:49:31 +0000 |
---|---|---|
committer | Argyrios Kyrtzidis <akyrtzi@gmail.com> | 2011-06-17 23:49:31 +0000 |
commit | c2e70b46b686c8debb3020891a5593f298b053ae (patch) | |
tree | 60e6920ff316fd95163cb7db0c4368a590737e5d /lib/FrontendTool/ExecuteCompilerInvocation.cpp | |
parent | 829f20097e030229fd4c234b84948f53312eaf55 (diff) |
[arcmt] Remove '-arcmt-modify-in-memory', it turned out less useful than we hoped it would be.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@133315 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/FrontendTool/ExecuteCompilerInvocation.cpp')
-rw-r--r-- | lib/FrontendTool/ExecuteCompilerInvocation.cpp | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/lib/FrontendTool/ExecuteCompilerInvocation.cpp b/lib/FrontendTool/ExecuteCompilerInvocation.cpp index 7ad263e14b..eb1c208df1 100644 --- a/lib/FrontendTool/ExecuteCompilerInvocation.cpp +++ b/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 |