Fix coding style violations in 162135 and 162136.

Patch by Petar Jovanovic.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@162213 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Akira Hatanaka
2012-08-20 17:53:24 +00:00
parent 46aed73955
commit b862f094b7
4 changed files with 49 additions and 49 deletions

View File

@@ -1,4 +1,4 @@
//===-- MipsELFWriterInfo.cpp - ELF Writer Info for the Mips backend --------===//
//===-- MipsELFWriterInfo.cpp - ELF Writer Info for the Mips backend ------===//
//
// The LLVM Compiler Infrastructure
//
@@ -28,7 +28,7 @@ using namespace llvm;
MipsELFWriterInfo::MipsELFWriterInfo(bool is64Bit_, bool isLittleEndian_)
: TargetELFWriterInfo(is64Bit_, isLittleEndian_) {
EMachine = EM_MIPS;
}
}
MipsELFWriterInfo::~MipsELFWriterInfo() {}