diff options
author | Chris Lattner <sabre@nondot.org> | 2006-03-03 06:13:41 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2006-03-03 06:13:41 +0000 |
commit | b672d981a8d04e2a9ca1c3a646f1cccb59c26277 (patch) | |
tree | 3c9e3a04e2daa0d05867f55d46b549f3455a3d48 /utils/TableGen/CodeGenIntrinsics.h | |
parent | d84525480ae75e783b2a4d9a9480f1ec11222ce3 (diff) |
Fix pasteo
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@26499 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'utils/TableGen/CodeGenIntrinsics.h')
-rw-r--r-- | utils/TableGen/CodeGenIntrinsics.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/TableGen/CodeGenIntrinsics.h b/utils/TableGen/CodeGenIntrinsics.h index 71529966a4..5315856a9e 100644 --- a/utils/TableGen/CodeGenIntrinsics.h +++ b/utils/TableGen/CodeGenIntrinsics.h @@ -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. // //===----------------------------------------------------------------------===// |