forked from OSchip/llvm-project
[Statepoint][NFC] Fix include guard style.
llvm-svn: 240197
This commit is contained in:
parent
38fe148c93
commit
46cc8dbccb
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue