forked from OSchip/llvm-project
Update comment and include guard.
I missed these when moving the files. llvm-svn: 212231
This commit is contained in:
parent
00b6a9b181
commit
f0e3ea11fa
|
@ -1,4 +1,4 @@
|
|||
//===-- llvm/MC/MCAtom.h ----------------------------------------*- C++ -*-===//
|
||||
//===-- MCAtom.h ------------------------------------------------*- C++ -*-===//
|
||||
//
|
||||
// The LLVM Compiler Infrastructure
|
||||
//
|
||||
|
@ -13,8 +13,8 @@
|
|||
//
|
||||
//===----------------------------------------------------------------------===//
|
||||
|
||||
#ifndef LLVM_MC_MCATOM_H
|
||||
#define LLVM_MC_MCATOM_H
|
||||
#ifndef LLVM_MC_MCANALYSIS_MCATOM_H
|
||||
#define LLVM_MC_MCANALYSIS_MCATOM_H
|
||||
|
||||
#include "llvm/ADT/ArrayRef.h"
|
||||
#include "llvm/MC/MCInst.h"
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
//===-- llvm/MC/MCFunction.h ------------------------------------*- C++ -*-===//
|
||||
//===-- MCFunction.h --------------------------------------------*- C++ -*-===//
|
||||
//
|
||||
// The LLVM Compiler Infrastructure
|
||||
//
|
||||
|
@ -12,8 +12,8 @@
|
|||
//
|
||||
//===----------------------------------------------------------------------===//
|
||||
|
||||
#ifndef LLVM_MC_MCFUNCTION_H
|
||||
#define LLVM_MC_MCFUNCTION_H
|
||||
#ifndef LLVM_MC_MCANALYSIS_MCFUNCTION_H
|
||||
#define LLVM_MC_MCANALYSIS_MCFUNCTION_H
|
||||
|
||||
#include "llvm/ADT/StringRef.h"
|
||||
#include "llvm/MC/MCInst.h"
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
//===-- llvm/MC/MCModule.h - MCModule class ---------------------*- C++ -*-===//
|
||||
//===-- MCModule.h - MCModule class -----------------------------*- C++ -*-===//
|
||||
//
|
||||
// The LLVM Compiler Infrastructure
|
||||
//
|
||||
|
@ -12,8 +12,8 @@
|
|||
//
|
||||
//===----------------------------------------------------------------------===//
|
||||
|
||||
#ifndef LLVM_MC_MCMODULE_H
|
||||
#define LLVM_MC_MCMODULE_H
|
||||
#ifndef LLVM_MC_MCANALYSIS_MCMODULE_H
|
||||
#define LLVM_MC_MCANALYSIS_MCMODULE_H
|
||||
|
||||
#include "llvm/ADT/StringRef.h"
|
||||
#include "llvm/Support/Compiler.h"
|
||||
|
|
|
@ -13,8 +13,8 @@
|
|||
///
|
||||
//===----------------------------------------------------------------------===//
|
||||
|
||||
#ifndef LLVM_MC_MCMODULEYAML_H
|
||||
#define LLVM_MC_MCMODULEYAML_H
|
||||
#ifndef LLVM_MC_MCANALYSIS_MCMODULEYAML_H
|
||||
#define LLVM_MC_MCANALYSIS_MCMODULEYAML_H
|
||||
|
||||
#include "llvm/ADT/StringRef.h"
|
||||
#include "llvm/MC/MCAnalysis/MCModule.h"
|
||||
|
|
Loading…
Reference in New Issue