mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-14 16:33:28 +00:00
Add include guard.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@133847 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
46af0d7341
commit
4219718180
@ -11,6 +11,9 @@
|
||||
//
|
||||
//===----------------------------------------------------------------------===//
|
||||
|
||||
#ifndef X86TARGETDESC_H
|
||||
#define X86TARGETDESC_H
|
||||
|
||||
namespace llvm {
|
||||
class Target;
|
||||
|
||||
@ -21,3 +24,5 @@ extern Target TheX86_32Target, TheX86_64Target;
|
||||
// register name to register number.
|
||||
//
|
||||
#include "X86GenRegisterNames.inc"
|
||||
|
||||
#endif
|
||||
|
Loading…
x
Reference in New Issue
Block a user