1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-19 11:02:59 +02:00

add a note

llvm-svn: 67953
This commit is contained in:
Chris Lattner 2009-03-28 19:26:55 +00:00
parent 34f59009d1
commit 9b435e06e4

View File

@ -1721,3 +1721,7 @@ is a null (making it a C string). There's no need for these restrictions.
//===---------------------------------------------------------------------===//
The arg promotion pass should make use of nocapture to make its alias analysis
stuff much more precise.
//===---------------------------------------------------------------------===//