[llvm-commits] [llvm] r49197 - /llvm/trunk/lib/CodeGen/README.txt

Evan Cheng evan.cheng at apple.com
Thu Apr 3 18:19:03 PDT 2008


Author: evancheng
Date: Thu Apr  3 20:19:03 2008
New Revision: 49197

URL: http://llvm.org/viewvc/llvm-project?rev=49197&view=rev
Log:
This is done.

Modified:
    llvm/trunk/lib/CodeGen/README.txt

Modified: llvm/trunk/lib/CodeGen/README.txt
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/CodeGen/README.txt?rev=49197&r1=49196&r2=49197&view=diff

==============================================================================
--- llvm/trunk/lib/CodeGen/README.txt (original)
+++ llvm/trunk/lib/CodeGen/README.txt Thu Apr  3 20:19:03 2008
@@ -197,7 +197,3 @@
 which would eliminate a bunch of explicit predicates on them (e.g. no side 
 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.





More information about the llvm-commits mailing list