mirror of
https://github.com/RPCSX/llvm.git
synced 2025-03-03 02:17:41 +00:00
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:
parent
606b80c8c4
commit
3ee483bce8
@ -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"
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user