[PATCH] D29211: InferAddressSpaces: Support memory intrinsics
Justin Lebar via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Sun Jan 29 17:15:26 PST 2017
jlebar added inline comments.
================
Comment at: lib/Transforms/Scalar/InferAddressSpaces.cpp:616
+static Value::use_iterator skipToNextUser(Value::use_iterator I,
+ Value::use_iterator E) {
+ User *CurUser = I->getUser();
----------------
s/E/End/? Otherwise, I like the way you've decomposed it here.
https://reviews.llvm.org/D29211
More information about the llvm-commits
mailing list