t-tye added a comment.

LGTM



================
Comment at: lib/Basic/Targets.cpp:2083
         Local     = 3;
-        Constant  = 4;
+        Constant  = 2;
         Private   = 5;
----------------
t-tye wrote:
> Since Constant is now the same regardless of the GIZ setting, should it be 
> moved to be a literal constant like the other values that do not change?
Disregard comment as was thinking of the LLVM way address spaces were being 
handled.


https://reviews.llvm.org/D31771



_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to