diff options
author | Evan Cheng <evan.cheng@apple.com> | 2008-03-28 06:34:23 +0000 |
---|---|---|
committer | Evan Cheng <evan.cheng@apple.com> | 2008-03-28 06:34:23 +0000 |
commit | 02bee85a70c32d51542e1da1d0569903f943dd96 (patch) | |
tree | a2365cd3874ec781d674256f58c26ce96803493a | |
parent | 1a76f00dde513a7bdf20b1c424ba31f3abeed2a6 (diff) |
New entry.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@48908 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | lib/CodeGen/README.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/CodeGen/README.txt b/lib/CodeGen/README.txt index 33e207ff8c..f7975fea6d 100644 --- a/lib/CodeGen/README.txt +++ b/lib/CodeGen/README.txt @@ -199,3 +199,5 @@ effects). Once this is in place, it would be even better to have tblgen synthesize the various copy insertion/inspection methods in TargetInstrInfo. //===---------------------------------------------------------------------===// + +Avoid issuing copies of TargetInstrInfo::implicit_def. |