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 | bffc1b3c4e15e497cf431b224c3f7889bccb1933 (patch) | |
| tree | 87434567fe2cd93780faf44d21fcfc6a163ab37b | |
| parent | 31c8a6d511818ab9710908ac8688118d432f06aa (diff) | |
| download | external_llvm-bffc1b3c4e15e497cf431b224c3f7889bccb1933.zip external_llvm-bffc1b3c4e15e497cf431b224c3f7889bccb1933.tar.gz external_llvm-bffc1b3c4e15e497cf431b224c3f7889bccb1933.tar.bz2 | |
fix attribution
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@34637 91177308-0d34-0410-b5e6-96231b3b80d8
| -rw-r--r-- | lib/Target/X86/X86CallingConv.td | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Target/X86/X86CallingConv.td b/lib/Target/X86/X86CallingConv.td index 4da4033..de9a544 100644 --- a/lib/Target/X86/X86CallingConv.td +++ b/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. // //===----------------------------------------------------------------------===// |
