diff options
author | Chris Lattner <sabre@nondot.org> | 2007-02-26 18:56:07 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2007-02-26 18:56:07 +0000 |
commit | 77f0a1553c89728e6ab00fa8f8d2860dabe509db (patch) | |
tree | 836e787d9cb47ae598aadd980df465800d3aa5f0 /llvm/lib | |
parent | 5d00a0b8a9789ddce410819d7076f0f0ce49bac8 (diff) | |
download | bcm5719-llvm-77f0a1553c89728e6ab00fa8f8d2860dabe509db.tar.gz bcm5719-llvm-77f0a1553c89728e6ab00fa8f8d2860dabe509db.zip |
fix attribution
llvm-svn: 34637
Diffstat (limited to 'llvm/lib')
-rw-r--r-- | llvm/lib/Target/X86/X86CallingConv.td | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Target/X86/X86CallingConv.td b/llvm/lib/Target/X86/X86CallingConv.td index 4da4033534c..de9a544a0db 100644 --- a/llvm/lib/Target/X86/X86CallingConv.td +++ b/llvm/lib/Target/X86/X86CallingConv.td @@ -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. // //===----------------------------------------------------------------------===// |