aboutsummaryrefslogtreecommitdiff
path: root/include/clang/Frontend/FrontendOptions.h
diff options
context:
space:
mode:
authorChad Rosier <mcrosier@apple.com>2011-12-14 00:29:23 +0000
committerChad Rosier <mcrosier@apple.com>2011-12-14 00:29:23 +0000
commit9f6d068b29ea2f6276f1105c71d9e768201f2b88 (patch)
tree7f2d4f4d39be5b2577bfb9d60a6a60ac8ecdff3b /include/clang/Frontend/FrontendOptions.h
parenta6dc7eff27a8c59bee42809270971931b811dd44 (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/Frontend/FrontendOptions.h')
-rw-r--r--include/clang/Frontend/FrontendOptions.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/clang/Frontend/FrontendOptions.h b/include/clang/Frontend/FrontendOptions.h
index 0af5b4574c..fa6d044ce0 100644
--- a/include/clang/Frontend/FrontendOptions.h
+++ b/include/clang/Frontend/FrontendOptions.h
@@ -28,7 +28,6 @@ namespace frontend {
DumpTokens, ///< Dump out preprocessed tokens.
EmitAssembly, ///< Emit a .s file.
EmitBC, ///< Emit a .bc file.
- EmitBCVerify, ///< Emit and verify .bc file.
EmitHTML, ///< Translate input source into HTML.
EmitLLVM, ///< Emit a .ll file.
EmitLLVMOnly, ///< Generate LLVM IR, but do not emit anything.