Preserve NSW information in more places.
[oota-llvm.git] / include / llvm / Analysis / ProfileInfoTypes.h
index f311f8cb90c5c21f0d3e9d871fc1eb4f2669299b..0d531d5c5f88d1e65c37eac9f7410a2e4038283b 100644 (file)
@@ -22,7 +22,8 @@ enum ProfilingType {
   BlockInfo     = 3,   /* Block profiling information     */
   EdgeInfo      = 4,   /* Edge profiling information      */
   PathInfo      = 5,   /* Path profiling information      */
-  BBTraceInfo   = 6    /* Basic block trace information   */
+  BBTraceInfo   = 6,   /* Basic block trace information   */
+  OptEdgeInfo   = 7    /* Edge profiling information, optimal version */
 };
 
 #endif /* LLVM_ANALYSIS_PROFILEINFOTYPES_H */