summaryrefslogtreecommitdiff
path: root/lib/SPIRV/Mangler/FunctionDescriptor.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/SPIRV/Mangler/FunctionDescriptor.h')
-rw-r--r--lib/SPIRV/Mangler/FunctionDescriptor.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/SPIRV/Mangler/FunctionDescriptor.h b/lib/SPIRV/Mangler/FunctionDescriptor.h
index 9e71f41..a34999e 100644
--- a/lib/SPIRV/Mangler/FunctionDescriptor.h
+++ b/lib/SPIRV/Mangler/FunctionDescriptor.h
@@ -10,8 +10,8 @@
* Contributed by: Intel Corporation.
*/
-#ifndef __FUNCTION_DESCRIPTOR_H__
-#define __FUNCTION_DESCRIPTOR_H__
+#ifndef SPIRV_MANGLER_FUNCTIONDESCRIPTOR_H
+#define SPIRV_MANGLER_FUNCTIONDESCRIPTOR_H
#include "ParameterType.h"
#include "Refcount.h"
@@ -52,4 +52,4 @@ std::ostream &operator<<(T &o, const SPIR::FunctionDescriptor &fd) {
}
} // namespace SPIR
-#endif //__FUNCTION_DESCRIPTOR_H__
+#endif // SPIRV_MANGLER_FUNCTIONDESCRIPTOR_H