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

llvm-svn: 187758
This commit is contained in:
Matt Arsenault 2013-08-06 00:16:21 +00:00
parent 48df096c3f
commit ff7dc7248e
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 // 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 // The LLVM Compiler Infrastructure
// //