diff options
author | Chad Rosier <mcrosier@apple.com> | 2011-12-14 00:29:23 +0000 |
---|---|---|
committer | Chad Rosier <mcrosier@apple.com> | 2011-12-14 00:29:23 +0000 |
commit | 9f6d068b29ea2f6276f1105c71d9e768201f2b88 (patch) | |
tree | 7f2d4f4d39be5b2577bfb9d60a6a60ac8ecdff3b /include/clang/CodeGen/CodeGenAction.h | |
parent | a6dc7eff27a8c59bee42809270971931b811dd44 (diff) |
Per discussion on the list, remove BitcodeVerify pass to reimplement as a free function.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@146530 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/clang/CodeGen/CodeGenAction.h')
-rw-r--r-- | include/clang/CodeGen/CodeGenAction.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/include/clang/CodeGen/CodeGenAction.h b/include/clang/CodeGen/CodeGenAction.h index 6545a470f5..9697bc62af 100644 --- a/include/clang/CodeGen/CodeGenAction.h +++ b/include/clang/CodeGen/CodeGenAction.h @@ -72,11 +72,6 @@ public: EmitBCAction(llvm::LLVMContext *_VMContext = 0); }; -class EmitBCVerifyAction : public CodeGenAction { -public: - EmitBCVerifyAction(llvm::LLVMContext *_VMContext = 0); -}; - class EmitLLVMAction : public CodeGenAction { public: EmitLLVMAction(llvm::LLVMContext *_VMContext = 0); |