diff options
| author | Oren Ben Simhon <oren.ben.simhon@intel.com> | 2016-10-05 13:48:33 +0000 |
|---|---|---|
| committer | Oren Ben Simhon <oren.ben.simhon@intel.com> | 2016-10-05 13:48:33 +0000 |
| commit | a2010755fa5de5db00a1d8750038c56ac5763a3f (patch) | |
| tree | 73a3f2e58c5efd24391ec05069573b5421b6d594 /llvm/lib/Target | |
| parent | afff169f17cd66a9d0399c2ae560e12b4925ef25 (diff) | |
| download | bcm5719-llvm-a2010755fa5de5db00a1d8750038c56ac5763a3f.tar.gz bcm5719-llvm-a2010755fa5de5db00a1d8750038c56ac5763a3f.zip | |
Test commit permission
llvm-svn: 283318
Diffstat (limited to 'llvm/lib/Target')
| -rw-r--r-- | llvm/lib/Target/README.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/lib/Target/README.txt b/llvm/lib/Target/README.txt index ab9a025930f..f0fd323bb58 100644 --- a/llvm/lib/Target/README.txt +++ b/llvm/lib/Target/README.txt @@ -183,8 +183,8 @@ so cool to turn it into something like: ... which would only do one 32-bit XOR per loop iteration instead of two. -It would also be nice to recognize the reg->size doesn't alias reg->node[i], but -this requires TBAA. +It would also be nice to recognize the reg->size doesn't alias reg->node[i], +but this requires TBAA. //===---------------------------------------------------------------------===// |

