Fix missing -*- C++ -*-s
authorMatt Arsenault <Matthew.Arsenault@amd.com>
Tue, 6 Aug 2013 00:16:21 +0000 (00:16 +0000)
committerMatt Arsenault <Matthew.Arsenault@amd.com>
Tue, 6 Aug 2013 00:16:21 +0000 (00:16 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@187758 91177308-0d34-0410-b5e6-96231b3b80d8

include/llvm/Analysis/InstructionSimplify.h
lib/Transforms/InstCombine/InstCombineWorklist.h

index d760a4cba1cfbafa8bed4a3fc89f43d77556ff82..775d0df46c679a0a89fc603b0b468341a96ee50b 100644 (file)
@@ -1,4 +1,4 @@
-//===-- InstructionSimplify.h - Fold instructions into simpler forms ------===//
+//===-- InstructionSimplify.h - Fold instrs into simpler forms --*- C++ -*-===//
 //
 //                     The LLVM Compiler Infrastructure
 //
index 49efce5c4f228e340779fbf26dfdc4c021222152..19959c0dcda2c78382ca3481173347a35ce0440d 100644 (file)
@@ -1,4 +1,4 @@
-//===- InstCombineWorklist.h - Worklist for the InstCombine pass ----------===//
+//===- InstCombineWorklist.h - Worklist for InstCombine pass ----*- C++ -*-===//
 //
 //                     The LLVM Compiler Infrastructure
 //