projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7081f6f
)
[Statepoint][NFC] Fix include guard style.
author
Sanjoy Das
<sanjoy@playingwithpointers.com>
Sat, 20 Jun 2015 00:00:58 +0000
(
00:00
+0000)
committer
Sanjoy Das
<sanjoy@playingwithpointers.com>
Sat, 20 Jun 2015 00:00:58 +0000
(
00:00
+0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@240197
91177308
-0d34-0410-b5e6-
96231b3b80d8
include/llvm/IR/Statepoint.h
patch
|
blob
|
history
diff --git
a/include/llvm/IR/Statepoint.h
b/include/llvm/IR/Statepoint.h
index 7c08b74fdb23c900380702c95a9171a85d153fc9..623a5a6100cf38611604134061b7fbd1d019e476 100644
(file)
--- 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"