diff options
-rw-r--r-- | lib/Target/README.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/lib/Target/README.txt b/lib/Target/README.txt index 341c5c1..71e8738 100644 --- a/lib/Target/README.txt +++ b/lib/Target/README.txt @@ -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. + +//===---------------------------------------------------------------------===// |