summaryrefslogtreecommitdiffstats
path: root/clang/lib/Headers/movdirintrin.h
diff options
context:
space:
mode:
Diffstat (limited to 'clang/lib/Headers/movdirintrin.h')
-rw-r--r--clang/lib/Headers/movdirintrin.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/clang/lib/Headers/movdirintrin.h b/clang/lib/Headers/movdirintrin.h
index ba0978f46ca..ec20c53709b 100644
--- a/clang/lib/Headers/movdirintrin.h
+++ b/clang/lib/Headers/movdirintrin.h
@@ -27,7 +27,7 @@
#ifndef _MOVDIRINTRIN_H
#define _MOVDIRINTRIN_H
-// Move doubleword as direct store
+/* Move doubleword as direct store */
static __inline__ void
__attribute__((__always_inline__, __nodebug__, __target__("movdiri")))
_directstoreu_u32 (void *__dst, unsigned int __value)
@@ -37,7 +37,7 @@ _directstoreu_u32 (void *__dst, unsigned int __value)
#ifdef __x86_64__
-// Move quadword as direct store
+/* Move quadword as direct store */
static __inline__ void
__attribute__((__always_inline__, __nodebug__, __target__("movdiri")))
_directstoreu_u64 (void *__dst, unsigned long __value)
OpenPOWER on IntegriCloud