Update a couple of header inclusion guards
authorAlp Toker <alp@nuanti.com>
Sat, 31 May 2014 21:26:09 +0000 (21:26 +0000)
committerAlp Toker <alp@nuanti.com>
Sat, 31 May 2014 21:26:09 +0000 (21:26 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@209980 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Target/ARM/Thumb1FrameLowering.h
lib/Target/NVPTX/cl_common_defines.h

index f61874b1cb0a6b3194e8206c243abf4135d790f5..5916954850ae0e8231980fd0e738ebf2a1e36461 100644 (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"
index 45cc0b8b67f2a26cb63c9a517ad3a7d503244ef4..02c5a94c3d038a24af93c70b6e4e92a0a5ef48ea 100644 (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