[llvm-commits] CVS: llvm/lib/Target/Target.td
Chris Lattner
sabre at nondot.org
Mon Feb 26 23:00:09 PST 2007
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"
More information about the llvm-commits
mailing list