From 62d9678d09f98fd8d4b1a76bdf0345d91cdc9a8c Mon Sep 17 00:00:00 2001 From: Sanjoy Das Date: Sat, 20 Jun 2015 00:00:58 +0000 Subject: [PATCH] [Statepoint][NFC] Fix include guard style. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@240197 91177308-0d34-0410-b5e6-96231b3b80d8 --- include/llvm/IR/Statepoint.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/llvm/IR/Statepoint.h b/include/llvm/IR/Statepoint.h index 7c08b74fdb2..623a5a6100c 100644 --- a/include/llvm/IR/Statepoint.h +++ b/include/llvm/IR/Statepoint.h @@ -13,8 +13,8 @@ // //===----------------------------------------------------------------------===// -#ifndef __LLVM_IR_STATEPOINT_H -#define __LLVM_IR_STATEPOINT_H +#ifndef LLVM_IR_STATEPOINT_H +#define LLVM_IR_STATEPOINT_H #include "llvm/ADT/iterator_range.h" #include "llvm/IR/BasicBlock.h" -- 2.34.1