Update a couple of header inclusion guards

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@209980 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Alp Toker 2014-05-31 21:26:09 +00:00
parent 606b80c8c4
commit 3ee483bce8
2 changed files with 5 additions and 5 deletions

View File

@ -11,8 +11,8 @@
//
//===----------------------------------------------------------------------===//
#ifndef __THUMB_FRAMEINFO_H_
#define __THUMB_FRAMEINFO_H_
#ifndef LLVM_ARM_THUMB1FRAMELOWERING_H
#define LLVM_ARM_THUMB1FRAMELOWERING_H
#include "ARMFrameLowering.h"
#include "ARMSubtarget.h"

View File

@ -1,5 +1,5 @@
#ifndef __CL_COMMON_DEFINES_H__
#define __CL_COMMON_DEFINES_H__
#ifndef CL_COMMON_DEFINES_H
#define CL_COMMON_DEFINES_H
// This file includes defines that are common to both kernel code and
// the NVPTX back-end.
@ -119,4 +119,4 @@ typedef enum clk_sampler_type {
#define CLK_LOCAL_MEM_FENCE (1 << 0)
#define CLK_GLOBAL_MEM_FENCE (1 << 1)
#endif // __CL_COMMON_DEFINES_H__
#endif // CL_COMMON_DEFINES_H