diff options
author | Chris Lattner <sabre@nondot.org> | 2009-09-14 16:49:26 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2009-09-14 16:49:26 +0000 |
commit | c2b0d484dc3e345b587335fafca290be90356905 (patch) | |
tree | e9194f66974af430a66204530a9b2f508c22b71c | |
parent | 030e5a04386d491d2ee8871672ea4a072c3c8abb (diff) |
add PR#
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@81770 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | lib/Target/README.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/Target/README.txt b/lib/Target/README.txt index 97546c4db5..9dd2b365c0 100644 --- a/lib/Target/README.txt +++ b/lib/Target/README.txt @@ -1653,6 +1653,7 @@ entry: Instcombine should be able to optimize away the loads (and thus the globals). +See also PR4973 //===---------------------------------------------------------------------===// |