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)
llvm-svn: 209980

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

index f61874b..5916954 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 45cc0b8..02c5a94 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