aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlon Zakai <alonzakai@gmail.com>2014-01-08 16:19:24 -0800
committerAlon Zakai <alonzakai@gmail.com>2014-01-08 16:19:24 -0800
commitce78083fe8c242548a966d23f58ffc31d9a7a953 (patch)
tree9157084d831845a9e2cb874a79ee1b1d616a482e
parent12440cd193df54161a90f62467c0ab2a11166b4a (diff)
update relooper
-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