That looks a lot cleaner than my hacks! ================ Comment at: lib/CodeGen/CGExprScalar.cpp:3318 @@ -3311,1 +3317,3 @@ + + return Val; } ---------------- I think the real fix here is to move the CreateLoad into each of the EmitVAArg() call, but this is a simpler change.
http://reviews.llvm.org/D6248 _______________________________________________ cfe-commits mailing list [email protected] http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits
