[llvm-commits] CVS: llvm/lib/Target/Target.td

Chris Lattner lattner at cs.uiuc.edu
Fri Aug 26 13:55:31 PDT 2005



Changes in directory llvm/lib/Target:

Target.td updated: 1.48 -> 1.49
---
Log message:

spell this right


---
Diffs of the changes:  (+1 -1)

 Target.td |    2 +-
 1 files changed, 1 insertion(+), 1 deletion(-)


Index: llvm/lib/Target/Target.td
diff -u llvm/lib/Target/Target.td:1.48 llvm/lib/Target/Target.td:1.49
--- llvm/lib/Target/Target.td:1.48	Fri Aug 26 15:29:01 2005
+++ llvm/lib/Target/Target.td	Fri Aug 26 15:55:20 2005
@@ -143,7 +143,7 @@
   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.
 }
 
 






More information about the llvm-commits mailing list