Changes in directory llvm/include/llvm/Target:
TargetLowering.h updated: 1.54 -> 1.55 --- Log message: Add C_Memory operand type --- Diffs of the changes: (+1 -1) TargetLowering.h | 2 +- 1 files changed, 1 insertion(+), 1 deletion(-) Index: llvm/include/llvm/Target/TargetLowering.h diff -u llvm/include/llvm/Target/TargetLowering.h:1.54 llvm/include/llvm/Target/TargetLowering.h:1.55 --- llvm/include/llvm/Target/TargetLowering.h:1.54 Wed Feb 22 10:23:43 2006 +++ llvm/include/llvm/Target/TargetLowering.h Thu Feb 23 19:10:14 2006 @@ -483,9 +483,9 @@ enum ConstraintType { C_Register, // Constraint represents a single register. C_RegisterClass, // Constraint represents one or more registers. + C_Memory, // Memory constraint. C_Other, // Something else. C_Unknown // Unsupported constraint. - // INTEGER, ADDRESS, MEMORY? }; /// getConstraintType - Given a constraint letter, return the type of _______________________________________________ llvm-commits mailing list llvm-commits@cs.uiuc.edu http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits