Changes in directory llvm/lib/Target:
Target.td updated: 1.93 -> 1.94 --- Log message: Add calling convention info --- Diffs of the changes: (+6 -1) Target.td | 7 ++++++- 1 files changed, 6 insertions(+), 1 deletion(-) Index: llvm/lib/Target/Target.td diff -u llvm/lib/Target/Target.td:1.93 llvm/lib/Target/Target.td:1.94 --- llvm/lib/Target/Target.td:1.93 Tue Feb 20 14:52:03 2007 +++ llvm/lib/Target/Target.td Tue Feb 27 00:59:52 2007 @@ -355,6 +355,11 @@ } //===----------------------------------------------------------------------===// -// Pull in the common support for DAG isel generation +// Pull in the common support for calling conventions. +// +include "TargetCallingConv.td" + +//===----------------------------------------------------------------------===// +// Pull in the common support for DAG isel generation. // include "TargetSelectionDAG.td" _______________________________________________ llvm-commits mailing list llvm-commits@cs.uiuc.edu http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits