mirror of
https://github.com/RPCS3/llvm.git
synced 2025-04-03 22:01:56 +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:
parent
41f36f456b
commit
bd21c83d64
@ -11,8 +11,8 @@
|
|||||||
//
|
//
|
||||||
//===----------------------------------------------------------------------===//
|
//===----------------------------------------------------------------------===//
|
||||||
|
|
||||||
#ifndef LLVM_TOOLS_LLVMC2_ACTION_H
|
#ifndef LLVM_INCLUDE_COMPILER_DRIVER_ACTION_H
|
||||||
#define LLVM_TOOLS_LLVMC2_ACTION_H
|
#define LLVM_INCLUDE_COMPILER_DRIVER_ACTION_H
|
||||||
|
|
||||||
#include <string>
|
#include <string>
|
||||||
#include <vector>
|
#include <vector>
|
||||||
@ -47,4 +47,4 @@ namespace llvmc {
|
|||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
#endif // LLVM_TOOLS_LLVMC2_ACTION_H
|
#endif // LLVM_INCLUDE_COMPILER_DRIVER_ACTION_H
|
||||||
|
@ -11,8 +11,8 @@
|
|||||||
//
|
//
|
||||||
//===----------------------------------------------------------------------===//
|
//===----------------------------------------------------------------------===//
|
||||||
|
|
||||||
#ifndef LLVM_TOOLS_LLVMC2_COMPILATION_GRAPH_H
|
#ifndef LLVM_INCLUDE_COMPILER_DRIVER_COMPILATION_GRAPH_H
|
||||||
#define LLVM_TOOLS_LLVMC2_COMPILATION_GRAPH_H
|
#define LLVM_INCLUDE_COMPILER_DRIVER_COMPILATION_GRAPH_H
|
||||||
|
|
||||||
#include "llvm/CompilerDriver/Tool.h"
|
#include "llvm/CompilerDriver/Tool.h"
|
||||||
|
|
||||||
@ -319,4 +319,4 @@ namespace llvm {
|
|||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
#endif // LLVM_TOOLS_LLVMC2_COMPILATION_GRAPH_H
|
#endif // LLVM_INCLUDE_COMPILER_DRIVER_COMPILATION_GRAPH_H
|
||||||
|
@ -11,8 +11,8 @@
|
|||||||
//
|
//
|
||||||
//===----------------------------------------------------------------------===//
|
//===----------------------------------------------------------------------===//
|
||||||
|
|
||||||
#ifndef LLVM_TOOLS_LLVMC2_ERROR_H
|
#ifndef LLVM_INCLUDE_COMPILER_DRIVER_ERROR_H
|
||||||
#define LLVM_TOOLS_LLVMC2_ERROR_H
|
#define LLVM_INCLUDE_COMPILER_DRIVER_ERROR_H
|
||||||
|
|
||||||
#include <stdexcept>
|
#include <stdexcept>
|
||||||
|
|
||||||
@ -32,4 +32,4 @@ namespace llvmc {
|
|||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
#endif //LLVM_TOOLS_LLVMC2_ERROR_H
|
#endif // LLVM_INCLUDE_COMPILER_DRIVER_ERROR_H
|
||||||
|
@ -7,12 +7,12 @@
|
|||||||
//
|
//
|
||||||
//===----------------------------------------------------------------------===//
|
//===----------------------------------------------------------------------===//
|
||||||
//
|
//
|
||||||
// Plugin support for llvmc2.
|
// Plugin support for llvmc.
|
||||||
//
|
//
|
||||||
//===----------------------------------------------------------------------===//
|
//===----------------------------------------------------------------------===//
|
||||||
|
|
||||||
#ifndef LLVM_TOOLS_LLVMC2_PLUGIN_H
|
#ifndef LLVM_INCLUDE_COMPILER_DRIVER_PLUGIN_H
|
||||||
#define LLVM_TOOLS_LLVMC2_PLUGIN_H
|
#define LLVM_INCLUDE_COMPILER_DRIVER_PLUGIN_H
|
||||||
|
|
||||||
#include "llvm/Support/Registry.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
|
||||||
|
@ -11,8 +11,8 @@
|
|||||||
//
|
//
|
||||||
//===----------------------------------------------------------------------===//
|
//===----------------------------------------------------------------------===//
|
||||||
|
|
||||||
#ifndef LLVM_TOOLS_LLVMC2_TOOL_H
|
#ifndef LLVM_INCLUDE_COMPILER_DRIVER_TOOL_H
|
||||||
#define LLVM_TOOLS_LLVMC2_TOOL_H
|
#define LLVM_INCLUDE_COMPILER_DRIVER_TOOL_H
|
||||||
|
|
||||||
#include "llvm/CompilerDriver/Action.h"
|
#include "llvm/CompilerDriver/Action.h"
|
||||||
|
|
||||||
@ -82,4 +82,4 @@ namespace llvmc {
|
|||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
#endif //LLVM_TOOLS_LLVMC2_TOOL_H
|
#endif // LLVM_INCLUDE_COMPILER_DRIVER_TOOL_H
|
||||||
|
Loading…
x
Reference in New Issue
Block a user