[llvm-commits] [llvm] r38500 - /llvm/trunk/lib/Target/Target.td
Evan Cheng
evan.cheng at apple.com
Tue Jul 10 11:07:08 PDT 2007
Author: evancheng
Date: Tue Jul 10 13:07:08 2007
New Revision: 38500
URL: http://llvm.org/viewvc/llvm-project?rev=38500&view=rev
Log:
Remove clobbersPred.
Modified:
llvm/trunk/lib/Target/Target.td
Modified: llvm/trunk/lib/Target/Target.td
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/Target/Target.td?rev=38500&r1=38499&r2=38500&view=diff
==============================================================================
--- llvm/trunk/lib/Target/Target.td (original)
+++ llvm/trunk/lib/Target/Target.td Tue Jul 10 13:07:08 2007
@@ -192,7 +192,6 @@
bit usesCustomDAGSchedInserter = 0; // Pseudo instr needing special help.
bit hasCtrlDep = 0; // Does this instruction r/w ctrl-flow chains?
bit noResults = 0; // Does this instruction produce no results?
- bit clobbersPred = 0; // Does it clobbers condition code / predicate?
bit isNotDuplicable = 0; // Is it unsafe to duplicate this instruction?
InstrItinClass Itinerary = NoItinerary;// Execution steps used for scheduling.
More information about the llvm-commits
mailing list