summaryrefslogtreecommitdiff
path: root/includes/compiler/LoopDetection.h
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--includes/compiler/LoopDetection.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/includes/compiler/LoopDetection.h b/includes/compiler/LoopDetection.h
index 28dbb7a..5d9a729 100644
--- a/includes/compiler/LoopDetection.h
+++ b/includes/compiler/LoopDetection.h
@@ -86,7 +86,7 @@ typedef struct InductionVar {
extern Loop *loopsinflowgraph;
extern int loopdetection_nblocks;
extern BitVector *LoopTemp;
-extern void *LoopList_First;
+extern struct LoopList *LoopList_First;
extern void addblocktoloop(Loop *loop, PCodeBlock *block);
extern void insertpreheaderblock(Loop *loop);