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 | 4c5456a56f15f65b47b50090b1c562d10defddaa (patch) | |
tree | 1f5753fda725b9d6f5b55e812598c316aea5c617 /lib/Target/README.txt | |
parent | 4cd18f98f724bef7e018ba64aaece5dab949f648 (diff) |
typo
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@123406 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Target/README.txt')
-rw-r--r-- | lib/Target/README.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Target/README.txt b/lib/Target/README.txt index 16be2e9004..64fcc3828c 100644 --- a/lib/Target/README.txt +++ b/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 { |