diff options
Diffstat (limited to 'llvm/lib')
-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 { |