diff options
author | Gordon Henriksen <gordonhenriksen@mac.com> | 2007-10-06 21:00:36 +0000 |
---|---|---|
committer | Gordon Henriksen <gordonhenriksen@mac.com> | 2007-10-06 21:00:36 +0000 |
commit | 3ed72368453d39942c9a3e0f41242485d9f3cfdf (patch) | |
tree | 2335af26193323e95020758c3a2c667bf63d207a /lib/Bitcode | |
parent | f6e948a5d7cb93c6c0149d745f10f43112e857de (diff) | |
download | external_llvm-3ed72368453d39942c9a3e0f41242485d9f3cfdf.zip external_llvm-3ed72368453d39942c9a3e0f41242485d9f3cfdf.tar.gz external_llvm-3ed72368453d39942c9a3e0f41242485d9f3cfdf.tar.bz2 |
Bindings for the verifier.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@42707 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Bitcode')
-rw-r--r-- | lib/Bitcode/Writer/BitWriter.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/Bitcode/Writer/BitWriter.cpp b/lib/Bitcode/Writer/BitWriter.cpp index 8f562e9..aadd878 100644 --- a/lib/Bitcode/Writer/BitWriter.cpp +++ b/lib/Bitcode/Writer/BitWriter.cpp @@ -2,8 +2,8 @@ // // The LLVM Compiler Infrastructure // -// This file was developed by the LLVM research group and is distributed under -// the University of Illinois Open Source License. See LICENSE.TXT for details. +// This file was developed by Gordon Henriksen and is distributed under the +// University of Illinois Open Source License. See LICENSE.TXT for details. // //===----------------------------------------------------------------------===// |