diff options
author | Evan Cheng <evan.cheng@apple.com> | 2007-09-29 00:00:36 +0000 |
---|---|---|
committer | Evan Cheng <evan.cheng@apple.com> | 2007-09-29 00:00:36 +0000 |
commit | 621216e2533880cd0edef779ef82d65a8b4d2b91 (patch) | |
tree | cf197ecb3e70d16cfd5313f681e6f172901ea205 /include | |
parent | 3137f12e0e8c5fc65378ce8504a5d6460966ba79 (diff) | |
download | external_llvm-621216e2533880cd0edef779ef82d65a8b4d2b91.zip external_llvm-621216e2533880cd0edef779ef82d65a8b4d2b91.tar.gz external_llvm-621216e2533880cd0edef779ef82d65a8b4d2b91.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.h | 5 |
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 |