aboutsummaryrefslogtreecommitdiff
path: root/include/clang/CodeGen/BackendUtil.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/CodeGen/BackendUtil.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/CodeGen/BackendUtil.h')
-rw-r--r--include/clang/CodeGen/BackendUtil.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/clang/CodeGen/BackendUtil.h b/include/clang/CodeGen/BackendUtil.h
index 85f8aa0803..135b6a927f 100644
--- a/include/clang/CodeGen/BackendUtil.h
+++ b/include/clang/CodeGen/BackendUtil.h
@@ -25,7 +25,6 @@ namespace clang {
enum BackendAction {
Backend_EmitAssembly, ///< Emit native assembly files
Backend_EmitBC, ///< Emit LLVM bitcode files
- Backend_EmitBCVerify, ///< Emit LLVM bitcode files and verify
Backend_EmitLL, ///< Emit human-readable LLVM assembly
Backend_EmitNothing, ///< Don't emit anything (benchmarking mode)
Backend_EmitMCNull, ///< Run CodeGen, but don't emit anything