aboutsummaryrefslogtreecommitdiff
path: root/lib/Target/JSBackend/Relooper.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/Target/JSBackend/Relooper.h')
-rw-r--r--lib/Target/JSBackend/Relooper.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/lib/Target/JSBackend/Relooper.h b/lib/Target/JSBackend/Relooper.h
index 04f2ffc394..dfabcabbec 100644
--- a/lib/Target/JSBackend/Relooper.h
+++ b/lib/Target/JSBackend/Relooper.h
@@ -89,11 +89,11 @@ struct Block {
// setjmp returns, etc.)
//
-class SimpleShape;
-class LabeledShape;
-class MultipleShape;
-class LoopShape;
-class EmulatedShape;
+struct SimpleShape;
+struct LabeledShape;
+struct MultipleShape;
+struct LoopShape;
+struct EmulatedShape;
struct Shape {
int Id; // A unique identifier. Used to identify loops, labels are Lx where x is the Id. Defined when added to relooper