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 | ced85adc8e1f686e69244edd1c2c097fa248393f (patch) | |
tree | a2365cd3874ec781d674256f58c26ce96803493a /lib/CodeGen/README.txt | |
parent | fefd278c5389ed15befb2abd78eda47f9228a6d1 (diff) | |
download | external_llvm-ced85adc8e1f686e69244edd1c2c097fa248393f.zip external_llvm-ced85adc8e1f686e69244edd1c2c097fa248393f.tar.gz external_llvm-ced85adc8e1f686e69244edd1c2c097fa248393f.tar.bz2 |
New entry.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@48908 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/CodeGen/README.txt')
-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 33e207f..f7975fe 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. |