New temporary option -new-cc-modeling-scheme to test the new cc modeling scheme.
[oota-llvm.git] / include / llvm / Target / TargetOptions.h
index 76f2d55049dad3c91a3634b1f616edd9f92cae48..0d2911eb1febfefcdce49c4ccd3d43f98a50981a 100644 (file)
@@ -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