diff --git a/clang/lib/CodeGen/README.txt b/clang/lib/CodeGen/README.txt index e4fd7816d65c5..e6d61095bf234 100644 --- a/clang/lib/CodeGen/README.txt +++ b/clang/lib/CodeGen/README.txt @@ -16,7 +16,6 @@ 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