llvm-6502/lib/Transforms
Jeffrey Yasskin 0826e1c519 Remove another memory leak from ABCD by using Edges by value instead of
pointer.  There was also a SmallPtrSet whose settiness wasn't being used, so I
changed it to a SmallVector.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@99713 91177308-0d34-0410-b5e6-96231b3b80d8
2010-03-27 09:09:17 +00:00
..
Hello
InstCombine Fix an incorrect logic causing instcombine to miss some _chk -> non-chk transformations. 2010-03-23 06:06:09 +00:00
Instrumentation
IPO When we promote a load of an argument make sure to take the alignment 2010-03-27 01:54:00 +00:00
Scalar Remove another memory leak from ABCD by using Edges by value instead of 2010-03-27 09:09:17 +00:00
Utils rename pred_const_iterator to const_pred_iterator for consistency's sake 2010-03-25 23:25:28 +00:00
Makefile