mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-09-24 23:28:41 +00:00
Cosmetic fixes: include guards.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@65824 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@@ -7,12 +7,12 @@
|
||||
//
|
||||
//===----------------------------------------------------------------------===//
|
||||
//
|
||||
// Plugin support for llvmc2.
|
||||
// Plugin support for llvmc.
|
||||
//
|
||||
//===----------------------------------------------------------------------===//
|
||||
|
||||
#ifndef LLVM_TOOLS_LLVMC2_PLUGIN_H
|
||||
#define LLVM_TOOLS_LLVMC2_PLUGIN_H
|
||||
#ifndef LLVM_INCLUDE_COMPILER_DRIVER_PLUGIN_H
|
||||
#define LLVM_INCLUDE_COMPILER_DRIVER_PLUGIN_H
|
||||
|
||||
#include "llvm/Support/Registry.h"
|
||||
|
||||
@@ -76,4 +76,4 @@ namespace llvmc {
|
||||
|
||||
}
|
||||
|
||||
#endif // LLVM_TOOLS_LLVMC2_PLUGIN_H
|
||||
#endif // LLVM_INCLUDE_COMPILER_DRIVER_PLUGIN_H
|
||||
|
Reference in New Issue
Block a user