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 | c0491ac8b6c24a7d0db8c0a60f76cfb1d66f84ab (patch) | |
tree | 2335af26193323e95020758c3a2c667bf63d207a /lib/Bitcode | |
parent | d8be2154b38ea623f2320b26c9e1a40be0d0206b (diff) | |
download | external_llvm-c0491ac8b6c24a7d0db8c0a60f76cfb1d66f84ab.zip external_llvm-c0491ac8b6c24a7d0db8c0a60f76cfb1d66f84ab.tar.gz external_llvm-c0491ac8b6c24a7d0db8c0a60f76cfb1d66f84ab.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. // //===----------------------------------------------------------------------===// |