summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Support/regutils.h
diff options
context:
space:
mode:
authorArtyom Skrobov <Artyom.Skrobov@arm.com>2014-06-12 16:07:56 +0000
committerArtyom Skrobov <Artyom.Skrobov@arm.com>2014-06-12 16:07:56 +0000
commit8bafe4b9426fc14e37f52b5ca589c636e4662012 (patch)
tree6741051e6e2f71141fd393d81aeda3ac4e750c9f /llvm/lib/Support/regutils.h
parent0921f6bdb85e4e6ae15f2c0bbd41a45e4f8f66dd (diff)
downloadbcm5719-llvm-8bafe4b9426fc14e37f52b5ca589c636e4662012.tar.gz
bcm5719-llvm-8bafe4b9426fc14e37f52b5ca589c636e4662012.zip
adding re-include guards into lib/Support/reg*.h
llvm-svn: 210794
Diffstat (limited to 'llvm/lib/Support/regutils.h')
-rw-r--r--llvm/lib/Support/regutils.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/llvm/lib/Support/regutils.h b/llvm/lib/Support/regutils.h
index d0ee100a382..49a975cd270 100644
--- a/llvm/lib/Support/regutils.h
+++ b/llvm/lib/Support/regutils.h
@@ -35,6 +35,9 @@
* @(#)utils.h 8.3 (Berkeley) 3/20/94
*/
+#ifndef LLVM_SUPPORT_REGUTILS_H
+#define LLVM_SUPPORT_REGUTILS_H
+
/* utility definitions */
#define NC (CHAR_MAX - CHAR_MIN + 1)
typedef unsigned char uch;
@@ -51,3 +54,5 @@ typedef unsigned char uch;
#ifdef USEBCOPY
#define memmove(d, s, c) bcopy(s, d, c)
#endif
+
+#endif
OpenPOWER on IntegriCloud