diff options
-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. //===---------------------------------------------------------------------===// |