[PATCH] D11895: [libunwind] Add OpenRISC 1000 support

Anton Korobeynikov via llvm-commits llvm-commits at lists.llvm.org
Thu Aug 27 00:25:48 PDT 2015


asl added a subscriber: asl.

================
Comment at: src/Registers.hpp:1742
@@ +1741,3 @@
+  struct or1k_thread_state_t {
+    unsigned int __r0;
+    unsigned int __r1;
----------------
Any particular reason of having 32 variables instead of a single array?


http://reviews.llvm.org/D11895





More information about the llvm-commits mailing list