aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEvan Cheng <evan.cheng@apple.com>2007-07-10 18:07:08 +0000
committerEvan Cheng <evan.cheng@apple.com>2007-07-10 18:07:08 +0000
commit2bf821c4bfb945c71a86082472ce2f72d1b07473 (patch)
treeee070b50cb4b0043b38cf4f99976df9858c6b4a7
parented80ef6089ef83bd1c79f1477d7a12a949474af5 (diff)
Remove clobbersPred.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@38500 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--lib/Target/Target.td1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/Target/Target.td b/lib/Target/Target.td
index fa140ccd06..48af21890f 100644
--- a/lib/Target/Target.td
+++ b/lib/Target/Target.td
@@ -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.