GBC Expander. Removed lir.

Change-Id: If8d13e36f1e6d82c2a7f7bfec62b8fb41fd8cdaa
diff --git a/src/thread.cc b/src/thread.cc
index 13b9fb7..f215783 100644
--- a/src/thread.cc
+++ b/src/thread.cc
@@ -260,6 +260,9 @@
   SetUpAlternateSignalStack();
   InitCpu();
   InitFunctionPointers();
+#ifdef ART_USE_GREENLAND_COMPILER
+  InitRuntimeEntryPoints(&runtime_entry_points_);
+#endif
   InitCardTable();
 
   Runtime* runtime = Runtime::Current();