search for: succaddr

Displaying 2 results from an estimated 2 matches for "succaddr".

Did you mean: succaddrs
2014 Jul 31
2
[LLVMdev] suspicious typo in MCObjectDisassembler.cpp
...Support disassembly at arbitrary addresses in MCObjectDisassembler. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk at 188889 91177308-0d34-0410-b5e6-96231b3b80d8 please review "SE != SE" below. i think it should be SI != SE. + for (AddressSetTy::const_iterator SI = BBI->SuccAddrs.begin(), + SE = BBI->SuccAddrs.end(); + SE != SE; ++SI) { thanks, --lx
2014 Jul 31
2
[LLVMdev] suspicious typo in MCObjectDisassembler.cpp
...; >> git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk at 188889 >> 91177308-0d34-0410-b5e6-96231b3b80d8 >> >> >> please review "SE != SE" below. i think it should be SI != SE. >> >> >> + for (AddressSetTy::const_iterator SI = BBI->SuccAddrs.begin(), >> + SE = BBI->SuccAddrs.end(); >> + SE != SE; ++SI) { >> >> >> thanks, >> --lx >> _______________________________________________ >> LLVM Developers mailing list >> LLVMdev at cs.uiuc.edu http://llvm.cs.uiuc.edu >> ht...