aboutsummaryrefslogtreecommitdiff
path: root/include/clang/CodeGen/CodeGenOptions.h
diff options
context:
space:
mode:
authorDaniel Dunbar <daniel@zuster.org>2009-11-15 06:48:46 +0000
committerDaniel Dunbar <daniel@zuster.org>2009-11-15 06:48:46 +0000
commitd58c03f42ebb4e548c2b53fa25b1cfe02ebb9ac0 (patch)
treee082f87bb3c2c8ba64c0e6e0b77f6e39bcc885e1 /include/clang/CodeGen/CodeGenOptions.h
parent7745cab137b9d91205f13a7adaebe6ed801595f7 (diff)
Add TargetOptions and use it when constructing targets.
- This ended up being hard to factor, sorry for the large diff. - Some post-commit cleanup to come. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@88833 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/clang/CodeGen/CodeGenOptions.h')
-rw-r--r--include/clang/CodeGen/CodeGenOptions.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/include/clang/CodeGen/CodeGenOptions.h b/include/clang/CodeGen/CodeGenOptions.h
index c076ec095f..e570e16756 100644
--- a/include/clang/CodeGen/CodeGenOptions.h
+++ b/include/clang/CodeGen/CodeGenOptions.h
@@ -52,13 +52,6 @@ public:
/// Inlining - The kind of inlining to perform.
InliningMethod Inlining;
- /// CPU - An optional CPU to target.
- std::string CPU;
-
- /// Features - A list of subtarget features to pass to the code
- /// generator.
- std::vector<std::string> Features;
-
public:
CodeGenOptions() {
OptimizationLevel = 0;