summaryrefslogtreecommitdiff
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
parentb895d1775e2c7405263fcda98c6abc8c8f1b9bec (diff)
downloadllvm-3b5c6eaa2a3512ef98095ff537588360a6268630.tar.gz
llvm-3b5c6eaa2a3512ef98095ff537588360a6268630.tar.bz2
llvm-3b5c6eaa2a3512ef98095ff537588360a6268630.tar.xz
Add -*- C++ -*- to InstrEmitter.h.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@186527 91177308-0d34-0410-b5e6-96231b3b80d8
-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 a9c2203e84..920dda8820 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
//