diff options
author | Michael Gottesman <mgottesman@apple.com> | 2013-07-17 18:53:29 +0000 |
---|---|---|
committer | Michael Gottesman <mgottesman@apple.com> | 2013-07-17 18:53:29 +0000 |
commit | 3b5c6eaa2a3512ef98095ff537588360a6268630 (patch) | |
tree | c8aa88e034e068c201e95c6773df29b627e540a9 /lib/CodeGen/SelectionDAG | |
parent | b895d1775e2c7405263fcda98c6abc8c8f1b9bec (diff) | |
download | external_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.h | 2 |
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 // |