Add a flag to disable jump table generation (all
[oota-llvm.git] / include / llvm / Target / TargetOptions.h
index a9964f766b135a32211ee2a97dcf55791bc939d2..fa739507db0f05ecbc3e80ba756dc504e5409086 100644 (file)
@@ -97,6 +97,10 @@ namespace llvm {
   /// VerboseAsm - When this flag is set, the asm printer prints additional
   /// comments to asm directives.
   extern bool VerboseAsm;
+
+  /// DisableJumpTables - This flag indicates jump tables should not be 
+  /// generated.
+  extern bool DisableJumpTables;
 } // End llvm namespace
 
 #endif