aboutsummaryrefslogtreecommitdiffstats
path: root/lib/CodeGen/SelectionDAG
diff options
context:
space:
mode:
authorMichael Gottesman <mgottesman@apple.com>2013-07-17 18:53:29 +0000
committerMichael Gottesman <mgottesman@apple.com>2013-07-17 18:53:29 +0000
commit3b5c6eaa2a3512ef98095ff537588360a6268630 (patch)
treec8aa88e034e068c201e95c6773df29b627e540a9 /lib/CodeGen/SelectionDAG
parentb895d1775e2c7405263fcda98c6abc8c8f1b9bec (diff)
downloadexternal_llvm-3b5c6eaa2a3512ef98095ff537588360a6268630.zip
external_llvm-3b5c6eaa2a3512ef98095ff537588360a6268630.tar.gz
external_llvm-3b5c6eaa2a3512ef98095ff537588360a6268630.tar.bz2
Add -*- C++ -*- to InstrEmitter.h.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@186527 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/CodeGen/SelectionDAG')
-rw-r--r--lib/CodeGen/SelectionDAG/InstrEmitter.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/CodeGen/SelectionDAG/InstrEmitter.h b/lib/CodeGen/SelectionDAG/InstrEmitter.h
index a9c2203..920dda8 100644
--- a/lib/CodeGen/SelectionDAG/InstrEmitter.h
+++ b/lib/CodeGen/SelectionDAG/InstrEmitter.h
@@ -1,4 +1,4 @@
-//===---- InstrEmitter.h - Emit MachineInstrs for the SelectionDAG class ---==//
+//===- InstrEmitter.h - Emit MachineInstrs for the SelectionDAG -*- C++ -*--==//
//
// The LLVM Compiler Infrastructure
//