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:
55da404
)
[PM] Somehow I missed the header guards on this file. Yikes!
author
Chandler Carruth
<chandlerc@gmail.com>
Sat, 11 Jan 2014 10:59:00 +0000
(10:59 +0000)
committer
Chandler Carruth
<chandlerc@gmail.com>
Sat, 11 Jan 2014 10:59:00 +0000
(10:59 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@199003
91177308
-0d34-0410-b5e6-
96231b3b80d8
include/llvm/IR/PassManager.h
patch
|
blob
|
history
diff --git
a/include/llvm/IR/PassManager.h
b/include/llvm/IR/PassManager.h
index e4a5fec5e71fce43bf085fa46c2579b0b44b6b39..b85f7f176273d6fbfd248f2620572fae1a4f0c62 100644
(file)
--- a/
include/llvm/IR/PassManager.h
+++ b/
include/llvm/IR/PassManager.h
@@
-35,6
+35,9
@@
///
//===----------------------------------------------------------------------===//
+#ifndef LLVM_IR_PASS_MANAGER_H
+#define LLVM_IR_PASS_MANAGER_H
+
#include "llvm/ADT/DenseMap.h"
#include "llvm/ADT/SmallPtrSet.h"
#include "llvm/ADT/polymorphic_ptr.h"
@@
-818,3
+821,5
@@
createModuleToFunctionPassAdaptor(FunctionPassT Pass) {
}
}
+
+#endif