aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorEvan Cheng <evan.cheng@apple.com>2007-09-25 01:50:04 +0000
committerEvan Cheng <evan.cheng@apple.com>2007-09-25 01:50:04 +0000
commita3602685b34f4c9a1602fdc7fb120a7f51228736 (patch)
treea91d9dcd17b89d3a7c8ab5cde4b05e02fc713e02 /include
parentd23aa5a053329910e3ca934a358bf08d1543f1c9 (diff)
downloadexternal_llvm-a3602685b34f4c9a1602fdc7fb120a7f51228736.zip
external_llvm-a3602685b34f4c9a1602fdc7fb120a7f51228736.tar.gz
external_llvm-a3602685b34f4c9a1602fdc7fb120a7f51228736.tar.bz2
New temporary option -new-cc-modeling-scheme to test the new cc modeling scheme.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@42283 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include')
-rw-r--r--include/llvm/Target/TargetOptions.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/llvm/Target/TargetOptions.h b/include/llvm/Target/TargetOptions.h
index 76f2d55..0d2911e 100644
--- a/include/llvm/Target/TargetOptions.h
+++ b/include/llvm/Target/TargetOptions.h
@@ -73,6 +73,10 @@ namespace llvm {
/// ExceptionHandling - This flag indicates that exception information should
/// be emitted.
extern bool ExceptionHandling;
+
+ /// NewCCModeling - This temporary flag indicates whether to use the new
+ /// condition code modeling scheme.
+ extern bool NewCCModeling;
} // End llvm namespace