Skip to content

Commit

Permalink
Merge pull request #869 from practicalswift/consistent-headers-again
Browse files Browse the repository at this point in the history
[gardening] Improve consistency in formatting for top of file headers in the project
  • Loading branch information
gribozavr committed Jan 4, 2016
2 parents 1f2c865 + fd608f3 commit e094e9f
Show file tree
Hide file tree
Showing 90 changed files with 90 additions and 90 deletions.
2 changes: 1 addition & 1 deletion include/swift/ABI/Compression.h
@@ -1,4 +1,4 @@
//===--- Compression.h - Defines the compression interface ----*- C++ -*---===//
//===--- Compression.h - Defines the compression interface ------*- C++ -*-===//
//
// This source file is part of the Swift.org open source project
//
Expand Down
2 changes: 1 addition & 1 deletion include/swift/ABI/MetadataKind.def
@@ -1,4 +1,4 @@
//===--- MetadataKind.def --------------------------------------*- C++ -*--===//
//===--- MetadataKind.def ---------------------------------------*- C++ -*-===//
//
// This source file is part of the Swift.org open source project
//
Expand Down
2 changes: 1 addition & 1 deletion include/swift/AST/ClangModuleLoader.h
@@ -1,4 +1,4 @@
//===--- ClangModuleLoader.h - Clang Module Loader Interface --*- C++ -*- -===//
//===--- ClangModuleLoader.h - Clang Module Loader Interface ----*- C++ -*-===//
//
// This source file is part of the Swift.org open source project
//
Expand Down
2 changes: 1 addition & 1 deletion include/swift/AST/ModuleLoader.h
@@ -1,4 +1,4 @@
//===--- ModuleLoader.h - Module Loader Interface ----------- -*- C++ -*- -===//
//===--- ModuleLoader.h - Module Loader Interface ---------------*- C++ -*-===//
//
// This source file is part of the Swift.org open source project
//
Expand Down
2 changes: 1 addition & 1 deletion include/swift/ASTSectionImporter/ASTSectionImporter.h
@@ -1,4 +1,4 @@
//===--- ASTSectionImporter.h - Import AST Section Modules -----*- C++ -*--===//
//===--- ASTSectionImporter.h - Import AST Section Modules ------*- C++ -*-===//
//
// This source file is part of the Swift.org open source project
//
Expand Down
2 changes: 1 addition & 1 deletion include/swift/Basic/BlotMapVector.h
@@ -1,4 +1,4 @@
//===- BlotMapVector.h - Map vector with "blot" operation -----*- C++ -*--===//
//===- BlotMapVector.h - Map vector with "blot" operation ------*- C++ -*-===//
//
// This source file is part of the Swift.org open source project
//
Expand Down
2 changes: 1 addition & 1 deletion include/swift/Basic/Program.h
@@ -1,4 +1,4 @@
//===- swift/Basic/Program.h ------------------------------------*- C++ -*-===//
//===- Program.h ------------------------------------------------*- C++ -*-===//
//
// This source file is part of the Swift.org open source project
//
Expand Down
2 changes: 1 addition & 1 deletion include/swift/ClangImporter/ClangImporter.h
@@ -1,4 +1,4 @@
//===--- ClangImporter.h - Import Clang Modules ----------------*- C++ -*--===//
//===--- ClangImporter.h - Import Clang Modules -----------------*- C++ -*-===//
//
// This source file is part of the Swift.org open source project
//
Expand Down
2 changes: 1 addition & 1 deletion include/swift/ClangImporter/ClangImporterOptions.h
@@ -1,4 +1,4 @@
//===-- ClangImporterOptions.h ---------------------------------*- C++ -*--===//
//===-- ClangImporterOptions.h ----------------------------------*- C++ -*-===//
//
// This source file is part of the Swift.org open source project
//
Expand Down
2 changes: 1 addition & 1 deletion include/swift/Driver/Driver.h
@@ -1,4 +1,4 @@
//===-- Driver.h - Swift compiler driver -----------------------*- C++ -*--===//
//===-- Driver.h - Swift compiler driver ------------------------*- C++ -*-===//
//
// This source file is part of the Swift.org open source project
//
Expand Down
2 changes: 1 addition & 1 deletion include/swift/Driver/OutputFileMap.h
@@ -1,4 +1,4 @@
//===-- OutputFileMap.h - Driver output file map ---------------*- C++ -*--===//
//===-- OutputFileMap.h - Driver output file map ----------------*- C++ -*-===//
//
// This source file is part of the Swift.org open source project
//
Expand Down
2 changes: 1 addition & 1 deletion include/swift/Frontend/Frontend.h
@@ -1,4 +1,4 @@
//===-- Frontend.h - frontend utility methods ------------------*- C++ -*--===//
//===-- Frontend.h - frontend utility methods -------------------*- C++ -*-===//
//
// This source file is part of the Swift.org open source project
//
Expand Down
2 changes: 1 addition & 1 deletion include/swift/Frontend/SerializedDiagnosticConsumer.h
@@ -1,4 +1,4 @@
//===- SerializedDiagnosticConsumer.h - Serialize Diagnostics --*- C++ -*--===//
//===- SerializedDiagnosticConsumer.h - Serialize Diagnostics ---*- C++ -*-===//
//
// This source file is part of the Swift.org open source project
//
Expand Down
2 changes: 1 addition & 1 deletion include/swift/Immediate/Immediate.h
@@ -1,4 +1,4 @@
//===-- Immediate.h - Entry point for swift immediate mode -----*- C++ -*--===//
//===-- Immediate.h - Entry point for swift immediate mode ------*- C++ -*-===//
//
// This source file is part of the Swift.org open source project
//
Expand Down
2 changes: 1 addition & 1 deletion include/swift/Runtime/Concurrent.h
@@ -1,4 +1,4 @@
//===--- Concurrent.h - Concurrent Data Structures ------------*- C++ -*--===//
//===--- Concurrent.h - Concurrent Data Structures -------------*- C++ -*-===//
//
// This source file is part of the Swift.org open source project
//
Expand Down
2 changes: 1 addition & 1 deletion include/swift/Runtime/Config.h
@@ -1,4 +1,4 @@
//===--- Config.h - Swift Language Platform Configuration ------*- C++ -*--===//
//===--- Config.h - Swift Language Platform Configuration -------*- C++ -*-===//
//
// This source file is part of the Swift.org open source project
//
Expand Down
2 changes: 1 addition & 1 deletion include/swift/Runtime/Enum.h
@@ -1,4 +1,4 @@
//===--- Enum.h - Runtime declarations for enums ---------------*- C++ -*--===//
//===--- Enum.h - Runtime declarations for enums ----------------*- C++ -*-===//
//
// This source file is part of the Swift.org open source project
//
Expand Down
2 changes: 1 addition & 1 deletion include/swift/Runtime/Heap.h
@@ -1,4 +1,4 @@
//===--- Heap.h - Swift Language Heap ABI ----------------------*- C++ -*--===//
//===--- Heap.h - Swift Language Heap ABI -----------------------*- C++ -*-===//
//
// This source file is part of the Swift.org open source project
//
Expand Down
2 changes: 1 addition & 1 deletion include/swift/Runtime/HeapObject.h
@@ -1,4 +1,4 @@
//===--- HeapObject.h - Swift Language Allocation ABI ----------*- C++ -*--===//
//===--- HeapObject.h - Swift Language Allocation ABI -----------*- C++ -*-===//
//
// This source file is part of the Swift.org open source project
//
Expand Down
2 changes: 1 addition & 1 deletion include/swift/Runtime/InstrumentsSupport.h
@@ -1,4 +1,4 @@
//===--- InstrumentsSupport.h - Support for Instruments.app ------ C++ -*--===//
//===--- InstrumentsSupport.h - Support for Instruments.app -----*- C++ -*-===//
//
// This source file is part of the Swift.org open source project
//
Expand Down
2 changes: 1 addition & 1 deletion include/swift/Runtime/Once.h
@@ -1,4 +1,4 @@
//===--- Once.h - Runtime support for lazy initialization ------*- C++ -*--===//
//===--- Once.h - Runtime support for lazy initialization -------*- C++ -*-===//
//
// This source file is part of the Swift.org open source project
//
Expand Down
2 changes: 1 addition & 1 deletion include/swift/SIL/LoopInfo.h
@@ -1,4 +1,4 @@
//===-------------- LoopInfo.h - SIL Loop Analysis -----*- C++ -*----------===//
//===-------------- LoopInfo.h - SIL Loop Analysis --------------*- C++ -*-===//
//
// This source file is part of the Swift.org open source project
//
Expand Down
2 changes: 1 addition & 1 deletion include/swift/SIL/SILDeclRef.h
@@ -1,4 +1,4 @@
//===--- SILDeclRef.h - Defines the SILDeclRef struct ---------*- C++ -*---===//
//===--- SILDeclRef.h - Defines the SILDeclRef struct -----------*- C++ -*-===//
//
// This source file is part of the Swift.org open source project
//
Expand Down
2 changes: 1 addition & 1 deletion include/swift/SILOptimizer/Analysis/ARCAnalysis.h
@@ -1,4 +1,4 @@
//===--------------- ARCAnalysis.h - SIL ARC Analysis ----*- C++ -*--------===//
//===--------------- ARCAnalysis.h - SIL ARC Analysis -----------*- C++ -*-===//
//
// This source file is part of the Swift.org open source project
//
Expand Down
2 changes: 1 addition & 1 deletion include/swift/SILOptimizer/Analysis/AliasAnalysis.h
@@ -1,4 +1,4 @@
//===-------------- AliasAnalysis.h - SIL Alias Analysis -*- C++ -*--------===//
//===-------------- AliasAnalysis.h - SIL Alias Analysis --------*- C++ -*-===//
//
// This source file is part of the Swift.org open source project
//
Expand Down
2 changes: 1 addition & 1 deletion include/swift/SILOptimizer/Analysis/Analysis.def
@@ -1,4 +1,4 @@
//===--- Analysis.def ----------------------------------------*- C++ -*----===//
//===--- Analysis.def -------------------------------------------*- C++ -*-===//
//
// This source file is part of the Swift.org open source project
//
Expand Down
2 changes: 1 addition & 1 deletion include/swift/SILOptimizer/Analysis/BasicCalleeAnalysis.h
@@ -1,4 +1,4 @@
//===- BasicCalleeAnalysis.h - Determine callees per call site -*- C++ -*--===//
//===- BasicCalleeAnalysis.h - Determine callees per call site --*- C++ -*-===//
//
// This source file is part of the Swift.org open source project
//
Expand Down
2 changes: 1 addition & 1 deletion include/swift/SILOptimizer/Analysis/BottomUpIPAnalysis.h
@@ -1,4 +1,4 @@
//===- BottomUpIPAnalysis.h - Bottom-up IP analysis base-class -*- C++ -*--===//
//===- BottomUpIPAnalysis.h - Bottom-up IP analysis base-class --*- C++ -*-===//
//
// This source file is part of the Swift.org open source project
//
Expand Down
2 changes: 1 addition & 1 deletion include/swift/SILOptimizer/Analysis/DestructorAnalysis.h
@@ -1,4 +1,4 @@
//===--- DestructorAnalysis.h ------------------------------*- C++ -*------===//
//===--- DestructorAnalysis.h -----------------------------------*- C++ -*-===//
//
// This source file is part of the Swift.org open source project
//
Expand Down
2 changes: 1 addition & 1 deletion include/swift/SILOptimizer/Analysis/DominanceAnalysis.h
@@ -1,4 +1,4 @@
//===--- DominanceAnalysis.h - SIL Dominance Analysis -*- C++ -*-----------===//
//===--- DominanceAnalysis.h - SIL Dominance Analysis -----------*- C++ -*-===//
//
// This source file is part of the Swift.org open source project
//
Expand Down
2 changes: 1 addition & 1 deletion include/swift/SILOptimizer/Analysis/EscapeAnalysis.h
@@ -1,4 +1,4 @@
//===----------- EscapeAnalysis.h - SIL Escape Analysis -*- C++ -*---------===//
//===----------- EscapeAnalysis.h - SIL Escape Analysis ---------*- C++ -*-===//
//
// This source file is part of the Swift.org open source project
//
Expand Down
2 changes: 1 addition & 1 deletion include/swift/SILOptimizer/Analysis/FunctionOrder.h
@@ -1,4 +1,4 @@
//===--- FunctionOrder.h - Utilities for function ordering ----*- C++ -*--===//
//===--- FunctionOrder.h - Utilities for function ordering -----*- C++ -*-===//
//
// This source file is part of the Swift.org open source project
//
Expand Down
2 changes: 1 addition & 1 deletion include/swift/SILOptimizer/Analysis/IVAnalysis.h
@@ -1,4 +1,4 @@
//===------------------- IVAnalysis.h - SIL IV Analysis -------*- C++ -*---===//
//===------------------- IVAnalysis.h - SIL IV Analysis ---------*- C++ -*-===//
//
// This source file is part of the Swift.org open source project
//
Expand Down
2 changes: 1 addition & 1 deletion include/swift/SILOptimizer/Analysis/LoopAnalysis.h
@@ -1,4 +1,4 @@
//===-------------- LoopAnalysis.h - SIL Loop Analysis -*- C++ -*----------===//
//===-------------- LoopAnalysis.h - SIL Loop Analysis ----------*- C++ -*-===//
//
// This source file is part of the Swift.org open source project
//
Expand Down
2 changes: 1 addition & 1 deletion include/swift/SILOptimizer/Analysis/PostOrderAnalysis.h
@@ -1,4 +1,4 @@
//===--- PostOrderAnalysis.h - SIL POT and RPOT Analysis -------*- C++ -*--===//
//===--- PostOrderAnalysis.h - SIL POT and RPOT Analysis --------*- C++ -*-===//
//
// This source file is part of the Swift.org open source project
//
Expand Down
2 changes: 1 addition & 1 deletion include/swift/SILOptimizer/Analysis/RCIdentityAnalysis.h
@@ -1,4 +1,4 @@
//===--- RCIdentityAnalysis.h ------------------------------*- C++ -*------===//
//===--- RCIdentityAnalysis.h -----------------------------------*- C++ -*-===//
//
// This source file is part of the Swift.org open source project
//
Expand Down
2 changes: 1 addition & 1 deletion include/swift/SILOptimizer/Analysis/SideEffectAnalysis.h
@@ -1,4 +1,4 @@
//===------ SideEffectAnalysis.h - SIL Side Effect Analysis -*- C++ -*-----===//
//===------ SideEffectAnalysis.h - SIL Side Effect Analysis -----*- C++ -*-===//
//
// This source file is part of the Swift.org open source project
//
Expand Down
2 changes: 1 addition & 1 deletion include/swift/SILOptimizer/Analysis/ValueTracking.h
@@ -1,4 +1,4 @@
//===-- ValueTracking.h - SIL Value Tracking Analysis ----------*- C++ -*--===//
//===-- ValueTracking.h - SIL Value Tracking Analysis -----------*- C++ -*-===//
//
// This source file is part of the Swift.org open source project
//
Expand Down
2 changes: 1 addition & 1 deletion include/swift/SILOptimizer/PassManager/PrettyStackTrace.h
@@ -1,4 +1,4 @@
//===--- PrettyStackTrace.h - PrettyStackTrace for Transforms -*- C++ -*---===//
//===--- PrettyStackTrace.h - PrettyStackTrace for Transforms ---*- C++ -*-===//
//
// This source file is part of the Swift.org open source project
//
Expand Down
2 changes: 1 addition & 1 deletion include/swift/SILOptimizer/Utils/SCCVisitor.h
@@ -1,4 +1,4 @@
//===------------------- SCCVisitor.h - SIL SCC Visitor -------*- C++ -*---===//
//===------------------- SCCVisitor.h - SIL SCC Visitor ---------*- C++ -*-===//
//
// This source file is part of the Swift.org open source project
//
Expand Down
2 changes: 1 addition & 1 deletion include/swift/Sema/CodeCompletionTypeChecking.h
@@ -1,4 +1,4 @@
//===--- CodeCompletionTypeChecking.h - Type-check entry points -*- c++ -*-===//
//===--- CodeCompletionTypeChecking.h - Type-check entry points -*- C++ -*-===//
//
// This source file is part of the Swift.org open source project
//
Expand Down
2 changes: 1 addition & 1 deletion include/swift/Sema/SourceLoader.h
@@ -1,4 +1,4 @@
//===--- SourceLoader.h - Import .swift files as modules --------*- c++ -*-===//
//===--- SourceLoader.h - Import .swift files as modules --------*- C++ -*-===//
//
// This source file is part of the Swift.org open source project
//
Expand Down
2 changes: 1 addition & 1 deletion include/swift/Serialization/SerializationOptions.h
@@ -1,4 +1,4 @@
//===--- SerializationOptions.h - Control swiftmodule emission --*- c++ -*-===//
//===--- SerializationOptions.h - Control swiftmodule emission --*- C++ -*-===//
//
// This source file is part of the Swift.org open source project
//
Expand Down
2 changes: 1 addition & 1 deletion include/swift/Serialization/SerializedModuleLoader.h
@@ -1,4 +1,4 @@
//===--- SerializedModuleLoader.h - Import Swift modules --------*- c++ -*-===//
//===--- SerializedModuleLoader.h - Import Swift modules --------*- C++ -*-===//
//
// This source file is part of the Swift.org open source project
//
Expand Down
2 changes: 1 addition & 1 deletion include/swift/Serialization/SerializedSILLoader.h
@@ -1,4 +1,4 @@
//===--- SerializedSILLoader.h - Handle SIL section in modules --*- c++ -*-===//
//===--- SerializedSILLoader.h - Handle SIL section in modules --*- C++ -*-===//
//
// This source file is part of the Swift.org open source project
//
Expand Down
2 changes: 1 addition & 1 deletion include/swift/Serialization/Validation.h
@@ -1,4 +1,4 @@
//===--- Validation.h - Validation / errors for serialization ---*- c++ -*-===//
//===--- Validation.h - Validation / errors for serialization ---*- C++ -*-===//
//
// This source file is part of the Swift.org open source project
//
Expand Down
2 changes: 1 addition & 1 deletion include/swift/SwiftDemangle/SwiftDemangle.h
@@ -1,4 +1,4 @@
//===--- SwiftDemangle.h - Public demangling interface -----------*- C -*--===//
//===--- SwiftDemangle.h - Public demangling interface ----------*- C++ -*-===//
//
// This source file is part of the Swift.org open source project
//
Expand Down
2 changes: 1 addition & 1 deletion lib/AST/ModuleNameLookup.cpp
@@ -1,4 +1,4 @@
//===--- ModuleNameLookup.cpp - Name lookup within a module ----*- c++ -*--===//
//===--- ModuleNameLookup.cpp - Name lookup within a module -----*- C++ -*-===//
//
// This source file is part of the Swift.org open source project
//
Expand Down
2 changes: 1 addition & 1 deletion lib/Basic/Default/TaskQueue.inc
@@ -1,4 +1,4 @@
//===--- Default/TaskQueue.inc - Default serial TaskQueue -------*- C++ -*-===//
//===--- TaskQueue.inc - Default serial TaskQueue ---------------*- C++ -*-===//
//
// This source file is part of the Swift.org open source project
//
Expand Down
2 changes: 1 addition & 1 deletion lib/Basic/Unix/TaskQueue.inc
@@ -1,4 +1,4 @@
//===--- Unix/TaskQueue.inc - Unix-specific TaskQueue -----------*- C++ -*-===//
//===--- TaskQueue.inc - Unix-specific TaskQueue ----------------*- C++ -*-===//
//
// This source file is part of the Swift.org open source project
//
Expand Down
2 changes: 1 addition & 1 deletion lib/Driver/OutputFileMap.cpp
@@ -1,4 +1,4 @@
//===-- OutputFileMap.cpp - Driver output file map -------------*- C++ -*--===//
//===-- OutputFileMap.cpp - Driver output file map --------------*- C++ -*-===//
//
// This source file is part of the Swift.org open source project
//
Expand Down
2 changes: 1 addition & 1 deletion lib/Immediate/ImmediateImpl.h
@@ -1,4 +1,4 @@
//===-- ImmediateImpl.h - Support functions for immediate mode -*- C++ -*--===//
//===-- ImmediateImpl.h - Support functions for immediate mode --*- C++ -*-===//
//
// This source file is part of the Swift.org open source project
//
Expand Down
2 changes: 1 addition & 1 deletion lib/LLVMPasses/ARCEntryPointBuilder.h
@@ -1,4 +1,4 @@
//===--- ARCEntryPointBuilder.h ----------------------------*- C++ -*------===//
//===--- ARCEntryPointBuilder.h ---------------------------------*- C++ -*-===//
//
// This source file is part of the Swift.org open source project
//
Expand Down
2 changes: 1 addition & 1 deletion lib/SIL/Linker.h
@@ -1,4 +1,4 @@
//===--- Linker.h --------------------------------------------*- C++ -*----===//
//===--- Linker.h -----------------------------------------------*- C++ -*-===//
//
// This source file is part of the Swift.org open source project
//
Expand Down
2 changes: 1 addition & 1 deletion lib/SIL/LoopInfo.cpp
@@ -1,4 +1,4 @@
//===-------------- LoopInfo.cpp - SIL Loop Analysis -----*- C++ -*--------===//
//===-------------- LoopInfo.cpp - SIL Loop Analysis ------------*- C++ -*-===//
//
// This source file is part of the Swift.org open source project
//
Expand Down
2 changes: 1 addition & 1 deletion lib/SILOptimizer/ARC/ARCBBState.h
@@ -1,4 +1,4 @@
//===--- ARCBBState.h --------------------------------------*- C++ -*------===//
//===--- ARCBBState.h -------------------------------------------*- C++ -*-===//
//
// This source file is part of the Swift.org open source project
//
Expand Down
2 changes: 1 addition & 1 deletion lib/SILOptimizer/ARC/RCStateTransition.def
@@ -1,4 +1,4 @@
//===--- RCStateTransition.def -------------------------------*- C++ -*----===//
//===--- RCStateTransition.def ----------------------------------*- C++ -*-===//
//
// This source file is part of the Swift.org open source project
//
Expand Down
2 changes: 1 addition & 1 deletion lib/SILOptimizer/ARC/RCStateTransition.h
@@ -1,4 +1,4 @@
//===--- RCStateTransition.h -------------------------------*- C++ -*------===//
//===--- RCStateTransition.h ------------------------------------*- C++ -*-===//
//
// This source file is part of the Swift.org open source project
//
Expand Down
2 changes: 1 addition & 1 deletion lib/SILOptimizer/ARC/RCStateTransitionVisitors.h
@@ -1,4 +1,4 @@
//===--- RCStateTransitionVisitors.h -------------------------*- C++ -*----===//
//===--- RCStateTransitionVisitors.h ----------------------------*- C++ -*-===//
//
// This source file is part of the Swift.org open source project
//
Expand Down
2 changes: 1 addition & 1 deletion lib/SILOptimizer/ARC/RefCountState.h
@@ -1,4 +1,4 @@
//===--- RefCountState.h - Represents a Reference Count -----*- C++ -*-----===//
//===--- RefCountState.h - Represents a Reference Count ---------*- C++ -*-===//
//
// This source file is part of the Swift.org open source project
//
Expand Down
2 changes: 1 addition & 1 deletion lib/SILOptimizer/Analysis/IVAnalysis.cpp
@@ -1,4 +1,4 @@
//===----------------- IVAnalysis.cpp - SIL IV Analysis -------*- C++ -*---===//
//===----------------- IVAnalysis.cpp - SIL IV Analysis ---------*- C++ -*-===//
//
// This source file is part of the Swift.org open source project
//
Expand Down
2 changes: 1 addition & 1 deletion lib/SILOptimizer/Analysis/LoopAnalysis.cpp
@@ -1,4 +1,4 @@
//===-------------- LoopAnalysis.cpp - SIL Loop Analysis -*- C++ -*--------===//
//===-------------- LoopAnalysis.cpp - SIL Loop Analysis --------*- C++ -*-===//
//
// This source file is part of the Swift.org open source project
//
Expand Down
2 changes: 1 addition & 1 deletion lib/SILOptimizer/Analysis/ValueTracking.cpp
@@ -1,4 +1,4 @@
//===-- ValueTracking.cpp - SIL Value Tracking Analysis --------*- C++ -*--===//
//===-- ValueTracking.cpp - SIL Value Tracking Analysis ---------*- C++ -*-===//
//
// This source file is part of the Swift.org open source project
//
Expand Down
2 changes: 1 addition & 1 deletion lib/SILOptimizer/IPO/GlobalOpt.cpp
@@ -1,4 +1,4 @@
//===---------- SILGlobalOpt.cpp - Optimize global initializers -----------===//
//===--- GlobalOpt.cpp - Optimize global initializers ---------------------===//
//
// This source file is part of the Swift.org open source project
//
Expand Down
2 changes: 1 addition & 1 deletion lib/SILOptimizer/LoopTransforms/ArrayBoundsCheckOpts.cpp
@@ -1,4 +1,4 @@
//===----- ArrayBoundsCheckOpts.cpp - Bounds check elim ---*- C++ -*-------===//
//===----- ArrayBoundsCheckOpts.cpp - Bounds check elim ---------*- C++ -*-===//
//
// This source file is part of the Swift.org open source project
//
Expand Down
2 changes: 1 addition & 1 deletion lib/SILOptimizer/LoopTransforms/LICM.cpp
@@ -1,4 +1,4 @@
//===--------- LICM.cpp - Loop invariant code motion ------*- C++ -*-------===//
//===--------- LICM.cpp - Loop invariant code motion ------------*- C++ -*-===//
//
// This source file is part of the Swift.org open source project
//
Expand Down

0 comments on commit e094e9f

Please sign in to comment.