aboutsummaryrefslogtreecommitdiff
path: root/include/clang/Frontend/CodeGenOptions.h
diff options
context:
space:
mode:
authorDouglas Gregor <dgregor@apple.com>2010-08-19 20:50:45 +0000
committerDouglas Gregor <dgregor@apple.com>2010-08-19 20:50:45 +0000
commit41a621d00e974829b75ff95cdff556755116dea1 (patch)
tree5959769edbfaa5bfae6d4916d12e7ad0df82a8b1 /include/clang/Frontend/CodeGenOptions.h
parent653a55f4bc0cb1d0c1f3ff86e9559f744eb3c18f (diff)
Intialize all of the code-generation options
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@111560 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/clang/Frontend/CodeGenOptions.h')
-rw-r--r--include/clang/Frontend/CodeGenOptions.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/clang/Frontend/CodeGenOptions.h b/include/clang/Frontend/CodeGenOptions.h
index 0df8444cb1..b3f57094b4 100644
--- a/include/clang/Frontend/CodeGenOptions.h
+++ b/include/clang/Frontend/CodeGenOptions.h
@@ -116,6 +116,7 @@ public:
FunctionSections = 0;
HiddenWeakTemplateVTables = 0;
HiddenWeakVTables = 0;
+ InstrumentFunctions = 0;
MergeAllConstants = 1;
NoCommon = 0;
NoImplicitFloat = 0;