summaryrefslogtreecommitdiff
path: root/include/llvm/Analysis/InstructionSimplify.h
diff options
context:
space:
mode:
authorMatt Arsenault <Matthew.Arsenault@amd.com>2013-08-06 00:16:21 +0000
committerMatt Arsenault <Matthew.Arsenault@amd.com>2013-08-06 00:16:21 +0000
commit00d7baad90040cd117d717ff93c41a22f767759b (patch)
tree6aaaebb5b7848b13b9acc967326e5d6245d16106 /include/llvm/Analysis/InstructionSimplify.h
parentac838d1c1443a19f693afadb19c8c6eeaa5d4b9b (diff)
downloadllvm-00d7baad90040cd117d717ff93c41a22f767759b.tar.gz
llvm-00d7baad90040cd117d717ff93c41a22f767759b.tar.bz2
llvm-00d7baad90040cd117d717ff93c41a22f767759b.tar.xz
Fix missing -*- C++ -*-s
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@187758 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/llvm/Analysis/InstructionSimplify.h')
-rw-r--r--include/llvm/Analysis/InstructionSimplify.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/llvm/Analysis/InstructionSimplify.h b/include/llvm/Analysis/InstructionSimplify.h
index d760a4cba1..775d0df46c 100644
--- a/include/llvm/Analysis/InstructionSimplify.h
+++ b/include/llvm/Analysis/InstructionSimplify.h
@@ -1,4 +1,4 @@
-//===-- InstructionSimplify.h - Fold instructions into simpler forms ------===//
+//===-- InstructionSimplify.h - Fold instrs into simpler forms --*- C++ -*-===//
//
// The LLVM Compiler Infrastructure
//