From 5779ef2ce0a7f8d5969e9e10acdc43965731b577 Mon Sep 17 00:00:00 2001 From: Brian Gaeke Date: Sun, 21 Sep 2003 02:31:37 +0000 Subject: Standardize the names of include guards. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@8645 91177308-0d34-0410-b5e6-96231b3b80d8 --- lib/CodeGen/RegAlloc/RegAllocCommon.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lib/CodeGen/RegAlloc/RegAllocCommon.h') diff --git a/lib/CodeGen/RegAlloc/RegAllocCommon.h b/lib/CodeGen/RegAlloc/RegAllocCommon.h index 2b1edb6..a985d0e 100644 --- a/lib/CodeGen/RegAlloc/RegAllocCommon.h +++ b/lib/CodeGen/RegAlloc/RegAllocCommon.h @@ -4,8 +4,8 @@ // //===----------------------------------------------------------------------===// -#ifndef LLVM_CODEGEN_REGALLOCCOMMON_H -#define LLVM_CODEGEN_REGALLOCCOMMON_H +#ifndef REGALLOCCOMMON_H +#define REGALLOCCOMMON_H enum RegAllocDebugLevel_t { RA_DEBUG_None = 0, -- cgit v1.1