summaryrefslogtreecommitdiffstats
path: root/compiler-rt/lib/builtins/ppc
diff options
context:
space:
mode:
authorJoerg Sonnenberger <joerg@bec.de>2015-11-22 18:48:32 +0000
committerJoerg Sonnenberger <joerg@bec.de>2015-11-22 18:48:32 +0000
commit0a22a96dc6f61d7870cbd4b55dac22270e15188f (patch)
tree864520b7aef74ab5cba1d833518b386d37dd5ea6 /compiler-rt/lib/builtins/ppc
parent0969a2a74ccddb9b5eb514179e3534fb86317e15 (diff)
downloadbcm5719-llvm-0a22a96dc6f61d7870cbd4b55dac22270e15188f.tar.gz
bcm5719-llvm-0a22a96dc6f61d7870cbd4b55dac22270e15188f.zip
Don't use implementation namespace for include guard. Fix spacing.
llvm-svn: 253827
Diffstat (limited to 'compiler-rt/lib/builtins/ppc')
-rw-r--r--compiler-rt/lib/builtins/ppc/DD.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/compiler-rt/lib/builtins/ppc/DD.h b/compiler-rt/lib/builtins/ppc/DD.h
index 679c7f186b2..d74f631ca37 100644
--- a/compiler-rt/lib/builtins/ppc/DD.h
+++ b/compiler-rt/lib/builtins/ppc/DD.h
@@ -1,5 +1,5 @@
-#ifndef __DD_HEADER
-#define __DD_HEADER
+#ifndef COMPILERRT_DD_HEADER
+#define COMPILERRT_DD_HEADER
#include "../int_lib.h"
@@ -9,7 +9,7 @@ typedef union {
double hi;
double lo;
}s;
-}DD;
+} DD;
typedef union {
double d;
@@ -37,4 +37,4 @@ static __inline ALWAYS_INLINE int different_sign(double x, double y) {
return result;
}
-#endif /* __DD_HEADER */
+#endif /* COMPILERRT_DD_HEADER */
OpenPOWER on IntegriCloud