aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target/Target.td
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2005-08-26 20:55:40 +0000
committerChris Lattner <sabre@nondot.org>2005-08-26 20:55:40 +0000
commite3cbf823f071a4b05593ba371e54bf7c0f2d6641 (patch)
tree5c5a25bc131fc7acb0832e416a5ce6ec08cf2015 /lib/Target/Target.td
parent025c39bf36b6bc2f35a5544338de6cf96fa511a9 (diff)
downloadexternal_llvm-e3cbf823f071a4b05593ba371e54bf7c0f2d6641.zip
external_llvm-e3cbf823f071a4b05593ba371e54bf7c0f2d6641.tar.gz
external_llvm-e3cbf823f071a4b05593ba371e54bf7c0f2d6641.tar.bz2
spell this right
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@23099 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Target/Target.td')
-rw-r--r--lib/Target/Target.td2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Target/Target.td b/lib/Target/Target.td
index 01ee17e..fc79f59 100644
--- a/lib/Target/Target.td
+++ b/lib/Target/Target.td
@@ -143,7 +143,7 @@ class Instruction {
bit isCommutable = 0; // Is this 3 operand instruction commutable?
bit isTerminator = 0; // Is this part of the terminator for a basic block?
bit hasDelaySlot = 0; // Does this instruction have an delay slot?
- bit usesCustomDAGSChedInserter = 0; // Pseudo instr needing special help.
+ bit usesCustomDAGSchedInserter = 0; // Pseudo instr needing special help.
}