diff options
-rw-r--r-- | include/llvm/Support/DataStream.h | 2 | ||||
-rw-r--r-- | include/llvm/Support/StreamableMemoryObject.h | 2 | ||||
-rw-r--r-- | lib/Support/DataStream.cpp | 2 | ||||
-rw-r--r-- | lib/Support/StreamableMemoryObject.cpp | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/include/llvm/Support/DataStream.h b/include/llvm/Support/DataStream.h index 620dbb8..fedb0c9 100644 --- a/include/llvm/Support/DataStream.h +++ b/include/llvm/Support/DataStream.h @@ -1,4 +1,4 @@ -//===---- llvm/Support/DataStream.h - Lazy bitcode streaming -*- C++ -*-===// +//===---- llvm/Support/DataStream.h - Lazy bitcode streaming ----*- C++ -*-===// // // The LLVM Compiler Infrastructure // diff --git a/include/llvm/Support/StreamableMemoryObject.h b/include/llvm/Support/StreamableMemoryObject.h index b0e202c..c73e03a 100644 --- a/include/llvm/Support/StreamableMemoryObject.h +++ b/include/llvm/Support/StreamableMemoryObject.h @@ -1,4 +1,4 @@ -//===- StreamableMemoryObject.h - Streamable data interface - -*- C++ -*-===// +//===- StreamableMemoryObject.h - Streamable data interface -----*- C++ -*-===// // // The LLVM Compiler Infrastructure // diff --git a/lib/Support/DataStream.cpp b/lib/Support/DataStream.cpp index fa8edc7..6b4cb64 100644 --- a/lib/Support/DataStream.cpp +++ b/lib/Support/DataStream.cpp @@ -1,4 +1,4 @@ -//===--- llvm/Support/DataStream.cpp - Lazy streamed Data ---===// +//===--- llvm/Support/DataStream.cpp - Lazy streamed data -----------------===// // // The LLVM Compiler Infrastructure // diff --git a/lib/Support/StreamableMemoryObject.cpp b/lib/Support/StreamableMemoryObject.cpp index 2b9d7ad..0f2acb4 100644 --- a/lib/Support/StreamableMemoryObject.cpp +++ b/lib/Support/StreamableMemoryObject.cpp @@ -1,4 +1,4 @@ -//===- StreamableMemoryObject.cpp - Streamable data interface - -*- C++ -*-===// +//===- StreamableMemoryObject.cpp - Streamable data interface -------------===// // // The LLVM Compiler Infrastructure // |