Fix typo in MipsMCTargetDesc.h; Patch supplied by Liu (proljc@gmail.com)

llvm-svn: 138796
This commit is contained in:
James Molloy 2011-08-30 07:23:29 +00:00
parent 5556444bf7
commit e841c9709a

View File

@ -1,4 +1,4 @@
//===-- AlphaMCTargetDesc.h - Alpha Target Descriptions ---------*- C++ -*-===//
//===-- MipsMCTargetDesc.h - Mips Target Descriptions -----------*- C++ -*-===//
//
// The LLVM Compiler Infrastructure
//
@ -7,12 +7,12 @@
//
//===----------------------------------------------------------------------===//
//
// This file provides Alpha specific target descriptions.
// This file provides Mips specific target descriptions.
//
//===----------------------------------------------------------------------===//
#ifndef ALPHAMCTARGETDESC_H
#define ALPHAMCTARGETDESC_H
#ifndef MIPSMCTARGETDESC_H
#define MIPSMCTARGETDESC_H
namespace llvm {
class MCSubtargetInfo;