aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/Support/Annotation.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/llvm/Support/Annotation.h')
-rw-r--r--include/llvm/Support/Annotation.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/llvm/Support/Annotation.h b/include/llvm/Support/Annotation.h
index 933ca19..c444ce6 100644
--- a/include/llvm/Support/Annotation.h
+++ b/include/llvm/Support/Annotation.h
@@ -176,7 +176,8 @@ struct AnnotationManager {
// Annotable::getOrCreateAnnotation method.
//
static void registerAnnotationFactory(AnnotationID ID,
- Annotation *(*Func)(AnnotationID, Annotable *));
+ Annotation *(*Func)(AnnotationID, Annotable *, void*),
+ void *ExtraData = 0);
// createAnnotation - Create an annotation of the specified ID for the
// specified object, using a register annotation creation function.