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 | c3d661a0eec50ac21f9b0c2564d7a11be2001d97 (patch) | |
tree | b3b2d5fb60e4ff6e0ecae9d1d9bed1f954fe3400 /llvm/lib/Bitcode/Writer/BitWriter.cpp | |
parent | ae0ec1d09fd68828adc5f0bb0186e4e15c6a8589 (diff) | |
download | bcm5719-llvm-c3d661a0eec50ac21f9b0c2564d7a11be2001d97.tar.gz bcm5719-llvm-c3d661a0eec50ac21f9b0c2564d7a11be2001d97.zip |
Bindings for the verifier.
llvm-svn: 42707
Diffstat (limited to 'llvm/lib/Bitcode/Writer/BitWriter.cpp')
-rw-r--r-- | llvm/lib/Bitcode/Writer/BitWriter.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/lib/Bitcode/Writer/BitWriter.cpp b/llvm/lib/Bitcode/Writer/BitWriter.cpp index 8f562e98d9f..aadd878e153 100644 --- a/llvm/lib/Bitcode/Writer/BitWriter.cpp +++ b/llvm/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. // //===----------------------------------------------------------------------===// |