diff options
author | Jia Liu <proljc@gmail.com> | 2012-02-17 01:23:50 +0000 |
---|---|---|
committer | Jia Liu <proljc@gmail.com> | 2012-02-17 01:23:50 +0000 |
commit | 8f5e8c1cd69fa77bea20140a7132ee2dea166c6d (patch) | |
tree | c921107a739950c05f6d79e726924d082db0c4e3 /lib/Target/Mips/InstPrinter | |
parent | b8703fe265d44a3eb909c289cb5d31b840ca893c (diff) | |
download | external_llvm-8f5e8c1cd69fa77bea20140a7132ee2dea166c6d.tar.gz external_llvm-8f5e8c1cd69fa77bea20140a7132ee2dea166c6d.tar.bz2 external_llvm-8f5e8c1cd69fa77bea20140a7132ee2dea166c6d.zip |
add Emacs tag and fix some comment error in file headers
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@150775 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Target/Mips/InstPrinter')
-rw-r--r-- | lib/Target/Mips/InstPrinter/MipsInstPrinter.cpp | 2 | ||||
-rw-r--r-- | lib/Target/Mips/InstPrinter/MipsInstPrinter.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/lib/Target/Mips/InstPrinter/MipsInstPrinter.cpp b/lib/Target/Mips/InstPrinter/MipsInstPrinter.cpp index f806eae529..942c2ec352 100644 --- a/lib/Target/Mips/InstPrinter/MipsInstPrinter.cpp +++ b/lib/Target/Mips/InstPrinter/MipsInstPrinter.cpp @@ -1,4 +1,4 @@ -//===-- MipsInstPrinter.cpp - Convert Mips MCInst to assembly syntax ------===// +//== MipsInstPrinter.cpp - Convert Mips MCInst to assembly syntax -*- C++ -*-=// // // The LLVM Compiler Infrastructure // diff --git a/lib/Target/Mips/InstPrinter/MipsInstPrinter.h b/lib/Target/Mips/InstPrinter/MipsInstPrinter.h index 5c1116538c..acf495116f 100644 --- a/lib/Target/Mips/InstPrinter/MipsInstPrinter.h +++ b/lib/Target/Mips/InstPrinter/MipsInstPrinter.h @@ -1,4 +1,4 @@ -//===-- MipsInstPrinter.h - Convert Mips MCInst to assembly syntax --------===// +//=== MipsInstPrinter.h - Convert Mips MCInst to assembly syntax -*- C++ -*-==// // // The LLVM Compiler Infrastructure // |