asl added inline comments.
================
Comment at: include/unwind.h:224
@@ +223,3 @@
+
+static __inline__ uintptr_t _Unwind_GetGR(struct _Unwind_Context *context,
+ int index) {
----------------
Why can't we simply make them static functions of UnwindLevel1.c for EHABI case?
http://reviews.llvm.org/D11190