aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Bytecode
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2003-10-13 04:22:07 +0000
committerChris Lattner <sabre@nondot.org>2003-10-13 04:22:07 +0000
commitd9113c7db65703ac0790bb1f950f5b5ace9b2207 (patch)
tree38266c7344d4ca563c48d72b5cc1a79964fe7e3c /lib/Bytecode
parentcf3056db0fee1db7921214b1f25cea04e959e105 (diff)
downloadexternal_llvm-d9113c7db65703ac0790bb1f950f5b5ace9b2207.zip
external_llvm-d9113c7db65703ac0790bb1f950f5b5ace9b2207.tar.gz
external_llvm-d9113c7db65703ac0790bb1f950f5b5ace9b2207.tar.bz2
This is a header file, thus it needs a -*-C++-*-
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@9072 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Bytecode')
-rw-r--r--lib/Bytecode/Reader/ReaderInternals.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Bytecode/Reader/ReaderInternals.h b/lib/Bytecode/Reader/ReaderInternals.h
index 4d8806a..61e6fa9 100644
--- a/lib/Bytecode/Reader/ReaderInternals.h
+++ b/lib/Bytecode/Reader/ReaderInternals.h
@@ -1,4 +1,4 @@
-//===-- ReaderInternals.h - Definitions internal to the reader ------------===//
+//===-- ReaderInternals.h - Definitions internal to the reader --*- C++ -*-===//
//
// This header file defines various stuff that is used by the bytecode reader.
//