Skip to content

Commit

Permalink
Update a couple of header inclusion guards
Browse files Browse the repository at this point in the history
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@209980 91177308-0d34-0410-b5e6-96231b3b80d8
  • Loading branch information
atoker committed May 31, 2014
1 parent 606b80c commit 3ee483b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions lib/Target/ARM/Thumb1FrameLowering.h
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
6 changes: 3 additions & 3 deletions lib/Target/NVPTX/cl_common_defines.h
Original file line number Diff line number Diff line change
@@ -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.

Expand Down Expand Up @@ -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

0 comments on commit 3ee483b

Please sign in to comment.