summaryrefslogtreecommitdiffstats
path: root/clang/lib/CodeGen/README.txt
diff options
context:
space:
mode:
authorDaniel Dunbar <daniel@zuster.org>2008-11-19 09:36:46 +0000
committerDaniel Dunbar <daniel@zuster.org>2008-11-19 09:36:46 +0000
commit9b1335eca844fb364e78f5de1f5efa968900a120 (patch)
tree4470a163ffa4744697e048905633a2344b2762a6 /clang/lib/CodeGen/README.txt
parentfd2c607026c9b70f9e5afe58fde7e5771ce5e53f (diff)
downloadbcm5719-llvm-9b1335eca844fb364e78f5de1f5efa968900a120.tar.gz
bcm5719-llvm-9b1335eca844fb364e78f5de1f5efa968900a120.zip
Fix redundant load of bit-fields on assignment (to get the updated
value). - Use extra argument to EmitStoreThroughLValue to provide place to write update bit-field value if caller requires it. - This fixes several FIXMEs. llvm-svn: 59615
Diffstat (limited to 'clang/lib/CodeGen/README.txt')
-rw-r--r--clang/lib/CodeGen/README.txt5
1 files changed, 0 insertions, 5 deletions
diff --git a/clang/lib/CodeGen/README.txt b/clang/lib/CodeGen/README.txt
index 33fbfdb744a..12a08e161b0 100644
--- a/clang/lib/CodeGen/README.txt
+++ b/clang/lib/CodeGen/README.txt
@@ -17,8 +17,3 @@ appropriately aligned then is is a lot shorter to just load the char
directly.
//===---------------------------------------------------------------------===//
-
-Bitfields should not reload the stored value just to return the
-correct result.
-
-//===---------------------------------------------------------------------===//
OpenPOWER on IntegriCloud