Remove clobbersPred.
authorEvan Cheng <evan.cheng@apple.com>
Tue, 10 Jul 2007 18:07:08 +0000 (18:07 +0000)
committerEvan Cheng <evan.cheng@apple.com>
Tue, 10 Jul 2007 18:07:08 +0000 (18:07 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@38500 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Target/Target.td

index fa140ccd06b4efb84d0fcc8b8e0e80e2dfc6da02..48af21890fdad107e4da720d613309cc62d15e67 100644 (file)
@@ -192,7 +192,6 @@ class Instruction {
   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.