Fix missing -*- C++ -*-s

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@187758 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Matt Arsenault 2013-08-06 00:16:21 +00:00
parent ac838d1c14
commit 00d7baad90
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
//===-- InstructionSimplify.h - Fold instructions into simpler forms ------===//
//===-- InstructionSimplify.h - Fold instrs into simpler forms --*- C++ -*-===//
//
// The LLVM Compiler Infrastructure
//

View File

@ -1,4 +1,4 @@
//===- InstCombineWorklist.h - Worklist for the InstCombine pass ----------===//
//===- InstCombineWorklist.h - Worklist for InstCombine pass ----*- C++ -*-===//
//
// The LLVM Compiler Infrastructure
//