1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2025-01-31 12:41:49 +01:00
Duncan Sands a254acd1d3 Remove alloca tracking from nocapture analysis. Not only
was it not very helpful, it was also wrong!  The problem
is shown in the testcase: the alloca might be passed to
a nocapture callee which dereferences it and returns the
original pointer.  But because it was a nocapture call we
think we don't need to track its uses, but we do.

llvm-svn: 61876
2009-01-07 19:39:06 +00:00
..
2008-06-16 04:25:39 +00:00
2009-01-05 21:27:59 +00:00
2008-11-26 02:21:12 +00:00
2009-01-05 08:14:35 +00:00
2008-12-21 07:47:49 +00:00
2008-10-15 22:34:34 +00:00
2007-04-21 20:46:55 +00:00
2008-07-28 18:41:03 +00:00