[Statepoint][NFC] Fix include guard style.

llvm-svn: 240197
This commit is contained in:
Sanjoy Das 2015-06-20 00:00:58 +00:00
parent 38fe148c93
commit 46cc8dbccb
1 changed files with 2 additions and 2 deletions

View File

@ -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"