1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-19 02:52:53 +02:00

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

llvm-svn: 187758
This commit is contained in:
Matt Arsenault 2013-08-06 00:16:21 +00:00
parent 21cb95c7bf
commit de2f38a2db
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
//