[llvm-commits] CVS: llvm/lib/Target/X86/X86CallingConv.td
Chris Lattner
sabre at nondot.org
Mon Feb 26 10:56:24 PST 2007
Changes in directory llvm/lib/Target/X86:
X86CallingConv.td updated: 1.1 -> 1.2
---
Log message:
fix attribution
---
Diffs of the changes: (+1 -1)
X86CallingConv.td | 2 +-
1 files changed, 1 insertion(+), 1 deletion(-)
Index: llvm/lib/Target/X86/X86CallingConv.td
diff -u llvm/lib/Target/X86/X86CallingConv.td:1.1 llvm/lib/Target/X86/X86CallingConv.td:1.2
--- llvm/lib/Target/X86/X86CallingConv.td:1.1 Mon Feb 26 12:17:14 2007
+++ llvm/lib/Target/X86/X86CallingConv.td Mon Feb 26 12:56:07 2007
@@ -2,7 +2,7 @@
//
// The LLVM Compiler Infrastructure
//
-// This file was developed by the LLVM research group and is distributed under
+// This file was developed by Chris Lattner and is distributed under
// the University of Illinois Open Source License. See LICENSE.TXT for details.
//
//===----------------------------------------------------------------------===//
More information about the llvm-commits
mailing list