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:
f62ce37
)
Fix the name of the include guard to match the filename.
author
Dan Gohman
<gohman@apple.com>
Tue, 28 Oct 2008 00:52:46 +0000
(
00:52
+0000)
committer
Dan Gohman
<gohman@apple.com>
Tue, 28 Oct 2008 00:52:46 +0000
(
00:52
+0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@58310
91177308
-0d34-0410-b5e6-
96231b3b80d8
include/llvm/Support/NoFolder.h
patch
|
blob
|
history
diff --git
a/include/llvm/Support/NoFolder.h
b/include/llvm/Support/NoFolder.h
index f4bec629617188a2db65a1d898994c7ef1c75f3b..1dce497017bfddb7dd83ca604d767702295d6536 100644
(file)
--- a/
include/llvm/Support/NoFolder.h
+++ b/
include/llvm/Support/NoFolder.h
@@
-20,8
+20,8
@@
//
//===----------------------------------------------------------------------===//
-#ifndef LLVM_SUPPORT_N
ULL
FOLDER_H
-#define LLVM_SUPPORT_N
ULL
FOLDER_H
+#ifndef LLVM_SUPPORT_N
O
FOLDER_H
+#define LLVM_SUPPORT_N
O
FOLDER_H
#include "llvm/Constants.h"
#include "llvm/Instructions.h"