another note

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@25846 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Chris Lattner 2006-01-31 07:45:08 +00:00
parent 76e7a441cf
commit fabec5bcb5
2 changed files with 4 additions and 2 deletions

View File

@ -51,4 +51,5 @@ int %t1(int %a, int %b) {
* Codegen bswap(load)/store(bswap) -> load/store ASI
* Implement frame pointer elimination, e.g. eliminate save/restore for
leaf fns.

View File

@ -51,4 +51,5 @@ int %t1(int %a, int %b) {
* Codegen bswap(load)/store(bswap) -> load/store ASI
* Implement frame pointer elimination, e.g. eliminate save/restore for
leaf fns.