aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorEvan Cheng <evan.cheng@apple.com>2007-09-29 00:00:36 +0000
committerEvan Cheng <evan.cheng@apple.com>2007-09-29 00:00:36 +0000
commite5f6204cd5d2306379bf8954e280ad35619a38b5 (patch)
treecf197ecb3e70d16cfd5313f681e6f172901ea205 /include
parentfb71392848cf31bcfade094ad779176066144a9b (diff)
downloadexternal_llvm-e5f6204cd5d2306379bf8954e280ad35619a38b5.zip
external_llvm-e5f6204cd5d2306379bf8954e280ad35619a38b5.tar.gz
external_llvm-e5f6204cd5d2306379bf8954e280ad35619a38b5.tar.bz2
Enabling new condition code modeling scheme.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@42459 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include')
-rw-r--r--include/llvm/Target/TargetOptions.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/include/llvm/Target/TargetOptions.h b/include/llvm/Target/TargetOptions.h
index 0d2911e..7421f96 100644
--- a/include/llvm/Target/TargetOptions.h
+++ b/include/llvm/Target/TargetOptions.h
@@ -73,11 +73,6 @@ 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
#endif