Add CFI directives-based frame information emission. Not hooked yet.
[oota-llvm.git] / include / llvm / PassManagers.h
index ce34f31fc0799724d2c67dce807f5222aac94fff..c4f409ef525ce7c5bf0fab4ac6ab388e680fd04b 100644 (file)
@@ -106,6 +106,7 @@ enum PassDebuggingString {
   ON_BASICBLOCK_MSG, // "'  on BasicBlock '" + PassName + "'...\n"
   ON_FUNCTION_MSG, // "' on Function '" + FunctionName + "'...\n"
   ON_MODULE_MSG, // "' on Module '" + ModuleName + "'...\n"
+  ON_REGION_MSG, // " 'on Region ...\n'"
   ON_LOOP_MSG, // " 'on Loop ...\n'"
   ON_CG_MSG // "' on Call Graph ...\n'"
 };