mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-28 21:34:23 +00:00
Update comment and include guard.
I missed these when moving the files. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@212231 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
2c95cdc6c4
commit
bd29877403
@ -1,4 +1,4 @@
|
|||||||
//===-- llvm/MC/MCAtom.h ----------------------------------------*- C++ -*-===//
|
//===-- MCAtom.h ------------------------------------------------*- C++ -*-===//
|
||||||
//
|
//
|
||||||
// The LLVM Compiler Infrastructure
|
// The LLVM Compiler Infrastructure
|
||||||
//
|
//
|
||||||
@ -13,8 +13,8 @@
|
|||||||
//
|
//
|
||||||
//===----------------------------------------------------------------------===//
|
//===----------------------------------------------------------------------===//
|
||||||
|
|
||||||
#ifndef LLVM_MC_MCATOM_H
|
#ifndef LLVM_MC_MCANALYSIS_MCATOM_H
|
||||||
#define LLVM_MC_MCATOM_H
|
#define LLVM_MC_MCANALYSIS_MCATOM_H
|
||||||
|
|
||||||
#include "llvm/ADT/ArrayRef.h"
|
#include "llvm/ADT/ArrayRef.h"
|
||||||
#include "llvm/MC/MCInst.h"
|
#include "llvm/MC/MCInst.h"
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
//===-- llvm/MC/MCFunction.h ------------------------------------*- C++ -*-===//
|
//===-- MCFunction.h --------------------------------------------*- C++ -*-===//
|
||||||
//
|
//
|
||||||
// The LLVM Compiler Infrastructure
|
// The LLVM Compiler Infrastructure
|
||||||
//
|
//
|
||||||
@ -12,8 +12,8 @@
|
|||||||
//
|
//
|
||||||
//===----------------------------------------------------------------------===//
|
//===----------------------------------------------------------------------===//
|
||||||
|
|
||||||
#ifndef LLVM_MC_MCFUNCTION_H
|
#ifndef LLVM_MC_MCANALYSIS_MCFUNCTION_H
|
||||||
#define LLVM_MC_MCFUNCTION_H
|
#define LLVM_MC_MCANALYSIS_MCFUNCTION_H
|
||||||
|
|
||||||
#include "llvm/ADT/StringRef.h"
|
#include "llvm/ADT/StringRef.h"
|
||||||
#include "llvm/MC/MCInst.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
|
// The LLVM Compiler Infrastructure
|
||||||
//
|
//
|
||||||
@ -12,8 +12,8 @@
|
|||||||
//
|
//
|
||||||
//===----------------------------------------------------------------------===//
|
//===----------------------------------------------------------------------===//
|
||||||
|
|
||||||
#ifndef LLVM_MC_MCMODULE_H
|
#ifndef LLVM_MC_MCANALYSIS_MCMODULE_H
|
||||||
#define LLVM_MC_MCMODULE_H
|
#define LLVM_MC_MCANALYSIS_MCMODULE_H
|
||||||
|
|
||||||
#include "llvm/ADT/StringRef.h"
|
#include "llvm/ADT/StringRef.h"
|
||||||
#include "llvm/Support/Compiler.h"
|
#include "llvm/Support/Compiler.h"
|
||||||
|
@ -13,8 +13,8 @@
|
|||||||
///
|
///
|
||||||
//===----------------------------------------------------------------------===//
|
//===----------------------------------------------------------------------===//
|
||||||
|
|
||||||
#ifndef LLVM_MC_MCMODULEYAML_H
|
#ifndef LLVM_MC_MCANALYSIS_MCMODULEYAML_H
|
||||||
#define LLVM_MC_MCMODULEYAML_H
|
#define LLVM_MC_MCANALYSIS_MCMODULEYAML_H
|
||||||
|
|
||||||
#include "llvm/ADT/StringRef.h"
|
#include "llvm/ADT/StringRef.h"
|
||||||
#include "llvm/MC/MCAnalysis/MCModule.h"
|
#include "llvm/MC/MCAnalysis/MCModule.h"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user