[PATCH] D17337: __builtin_object_size problem with pointer as argument
George Burgess IV via llvm-commits
llvm-commits at lists.llvm.org
Tue Mar 8 10:28:41 PST 2016
george.burgess.iv added a comment.
LGTM with one comment. Thanks!
================
Comment at: lib/Transforms/InstCombine/InstructionCombining.cpp:1948
@@ -1945,3 +1947,3 @@
Instruction *I = cast_or_null<Instruction>(&*Users[i]);
if (!I) continue;
----------------
Please make the same change here, so the code is consistent.
Repository:
rL LLVM
http://reviews.llvm.org/D17337
More information about the llvm-commits
mailing list