Oof, yep. > On Feb 4, 2016, at 2:57 PM, Tim Northover <t.p.northover at gmail.com> wrote: > > On 4 February 2016 at 14:53, Vedant Kumar via llvm-dev > <llvm-dev at lists.llvm.org> wrote: >> If you have access to the LoadInst, you can iterate over LI->uses(). > > Isn't this one actually LI->users()? > > Tim.