summaryrefslogtreecommitdiffstats
path: root/llvm/include
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
commitff7dc7248e6f83e4a266ce61bc630863758301aa (patch)
tree0ae1b320faec294e5cff2e8db293c9f2e1c63068 /llvm/include
parent48df096c3fe8e21ff3aa0272f7d9c454ee6ab48a (diff)
downloadbcm5719-llvm-ff7dc7248e6f83e4a266ce61bc630863758301aa.tar.gz
bcm5719-llvm-ff7dc7248e6f83e4a266ce61bc630863758301aa.zip
Fix missing -*- C++ -*-s
llvm-svn: 187758
Diffstat (limited to 'llvm/include')
-rw-r--r--llvm/include/llvm/Analysis/InstructionSimplify.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/include/llvm/Analysis/InstructionSimplify.h b/llvm/include/llvm/Analysis/InstructionSimplify.h
index d760a4cba1c..775d0df46c6 100644
--- a/llvm/include/llvm/Analysis/InstructionSimplify.h
+++ b/llvm/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
//
OpenPOWER on IntegriCloud