llvm-6502/lib/Transforms
Matthijs Kooijman c1f1d46f00 Replace two for loops with while(!X->use_empty()) loops. This prevents
invalidating the iterator by deleting the current use. This fixes a segfault on
64 bit linux reported in PR2675.

Also remove an unneeded if.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@54778 91177308-0d34-0410-b5e6-96231b3b80d8
2008-08-14 15:03:05 +00:00
..
Hello Clean up the use of static and anonymous namespaces. This turned up 2008-05-13 00:00:25 +00:00
Instrumentation Trim #includes. 2008-08-05 15:32:23 +00:00
IPO Replace two for loops with while(!X->use_empty()) loops. This prevents 2008-08-14 15:03:05 +00:00
Scalar Fix a bogus srem rule - a negative value srem'd by a power-of-2 2008-08-13 23:12:35 +00:00
Utils Enable first-class aggregates support. 2008-07-23 00:34:11 +00:00
Makefile remove attribution from lib Makefiles. 2007-12-29 20:09:26 +00:00