diff options
author | Chris Lattner <sabre@nondot.org> | 2011-01-13 22:11:56 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2011-01-13 22:11:56 +0000 |
commit | b6c3aff1cb7622cd56838c58f28e6820214fa889 (patch) | |
tree | bf1456db5f608a34176c4fdda821907c970bd9c4 | |
parent | b9cdf393a41a85bdfde6fbf86dd34cefee2a5691 (diff) | |
download | bcm5719-llvm-b6c3aff1cb7622cd56838c58f28e6820214fa889.tar.gz bcm5719-llvm-b6c3aff1cb7622cd56838c58f28e6820214fa889.zip |
typo
llvm-svn: 123406
-rw-r--r-- | llvm/lib/Target/README.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Target/README.txt b/llvm/lib/Target/README.txt index 16be2e9004f..64fcc3828c3 100644 --- a/llvm/lib/Target/README.txt +++ b/llvm/lib/Target/README.txt @@ -2262,7 +2262,7 @@ transform the fmul to 0.0, and then the fadd to 2.0. We should enhance memcpy/memcpy/memset to allow a metadata node on them indicating that some bytes of the transfer are undefined. This is useful for -frontends like clang when lowering struct lowering, when some elements of the +frontends like clang when lowering struct copies, when some elements of the struct are undefined. Consider something like this: struct x { |