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:
Mikhail Glushenkov
2009-03-02 09:02:28 +00:00
parent 41f36f456b
commit bd21c83d64
5 changed files with 16 additions and 16 deletions

View File

@@ -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