diff --git a/clang/lib/CodeGen/README.txt b/clang/lib/CodeGen/README.txt index e6d61095bf2343..e4fd7816d65c57 100644 --- a/clang/lib/CodeGen/README.txt +++ b/clang/lib/CodeGen/README.txt @@ -16,6 +16,7 @@ extension. For example, if the bitfield width is 8 and it is appropriately aligned then is is a lot shorter to just load the char directly. + //===---------------------------------------------------------------------===// It may be worth avoiding creation of alloca's for formal arguments