[PATCH] D23809: ADT: Give ilist<T>::reverse_iterator a handle to the current node

Duncan P. N. Exon Smith via llvm-commits llvm-commits at lists.llvm.org
Tue Aug 23 17:32:45 PDT 2016


dexonsmith updated this revision to Diff 69059.
dexonsmith added a comment.

Updated to fix four compile errors in Lanai after r279498 turned it non-experimental!


https://reviews.llvm.org/D23809

Files:
  include/llvm/ADT/ilist.h
  include/llvm/ADT/ilist_node.h
  include/llvm/CodeGen/MachineBasicBlock.h
  include/llvm/CodeGen/MachineFunction.h
  include/llvm/IR/SymbolTableListTraits.h
  lib/CodeGen/MachinePipeliner.cpp
  lib/Target/Lanai/LanaiDelaySlotFiller.cpp
  lib/Target/X86/X86FixupSetCC.cpp
  lib/Transforms/Scalar/LoopRerollPass.cpp
  lib/Transforms/Scalar/RewriteStatepointsForGC.cpp
  lib/Transforms/Vectorize/SLPVectorizer.cpp
  unittests/ADT/CMakeLists.txt
  unittests/ADT/IListIteratorTest.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D23809.69059.patch
Type: text/x-patch
Size: 19561 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20160824/bc7261c5/attachment.bin>


More information about the llvm-commits mailing list