summaryrefslogtreecommitdiffstats
path: root/llvm/include
diff options
context:
space:
mode:
authorEric Christopher <echristo@gmail.com>2013-04-24 14:49:26 +0000
committerEric Christopher <echristo@gmail.com>2013-04-24 14:49:26 +0000
commit9f1438108f39fd5bb04314182ab3ec2e45455094 (patch)
treee14f89154161e4c71beb37765bb37b06698a9809 /llvm/include
parent085a2edaea151b03468c54579a239b53499712b8 (diff)
downloadbcm5719-llvm-9f1438108f39fd5bb04314182ab3ec2e45455094.tar.gz
bcm5719-llvm-9f1438108f39fd5bb04314182ab3ec2e45455094.zip
Add include guards.
llvm-svn: 180188
Diffstat (limited to 'llvm/include')
-rw-r--r--llvm/include/llvm/Wrap.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/llvm/include/llvm/Wrap.h b/llvm/include/llvm/Wrap.h
index 79790d4ea93..0dc5c78bd11 100644
--- a/llvm/include/llvm/Wrap.h
+++ b/llvm/include/llvm/Wrap.h
@@ -11,6 +11,9 @@
//
//===----------------------------------------------------------------------===//
+#ifndef LLVM_WRAP_H
+#define LLVM_WRAP_H
+
#include "llvm-c/Core.h"
#include "llvm/IR/BasicBlock.h"
#include "llvm/IR/IRBuilder.h"
@@ -117,3 +120,5 @@ namespace llvm {
return reinterpret_cast<LLVMValueRef*>(const_cast<Value**>(Vals));
}
}
+
+#endif
OpenPOWER on IntegriCloud