mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-04-06 09:44:39 +00:00
Fix include guards.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@135998 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
a3d782f40c
commit
f0080016c6
@ -7,8 +7,8 @@
|
||||
//
|
||||
//===----------------------------------------------------------------------===//
|
||||
|
||||
#ifndef LLVM_TARGET_TARGETASMBACKEND_H
|
||||
#define LLVM_TARGET_TARGETASMBACKEND_H
|
||||
#ifndef LLVM_MC_TARGETASMBACKEND_H
|
||||
#define LLVM_MC_TARGETASMBACKEND_H
|
||||
|
||||
#include "llvm/MC/MCDirectives.h"
|
||||
#include "llvm/MC/MCFixup.h"
|
||||
|
@ -7,8 +7,8 @@
|
||||
//
|
||||
//===----------------------------------------------------------------------===//
|
||||
|
||||
#ifndef LLVM_TARGET_TARGETASMLEXER_H
|
||||
#define LLVM_TARGET_TARGETASMLEXER_H
|
||||
#ifndef LLVM_MC_TARGETASMLEXER_H
|
||||
#define LLVM_MC_TARGETASMLEXER_H
|
||||
|
||||
#include "llvm/MC/MCParser/MCAsmLexer.h"
|
||||
|
||||
|
@ -7,8 +7,8 @@
|
||||
//
|
||||
//===----------------------------------------------------------------------===//
|
||||
|
||||
#ifndef LLVM_TARGET_TARGETPARSER_H
|
||||
#define LLVM_TARGET_TARGETPARSER_H
|
||||
#ifndef LLVM_MC_TARGETPARSER_H
|
||||
#define LLVM_MC_TARGETPARSER_H
|
||||
|
||||
#include "llvm/MC/MCParser/MCAsmParserExtension.h"
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user