mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-08-07 12:28:24 +00:00
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:
@@ -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() {}
|
||||
|
||||
|
Reference in New Issue
Block a user