summaryrefslogtreecommitdiff
path: root/include/llvm/TableGen/StringMatcher.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/llvm/TableGen/StringMatcher.h')
-rw-r--r--include/llvm/TableGen/StringMatcher.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/llvm/TableGen/StringMatcher.h b/include/llvm/TableGen/StringMatcher.h
index 1b0572faa2..99cbcadd76 100644
--- a/include/llvm/TableGen/StringMatcher.h
+++ b/include/llvm/TableGen/StringMatcher.h
@@ -11,8 +11,8 @@
//
//===----------------------------------------------------------------------===//
-#ifndef STRINGMATCHER_H
-#define STRINGMATCHER_H
+#ifndef LLVM_TABLEGEN_STRINGMATCHER_H
+#define LLVM_TABLEGEN_STRINGMATCHER_H
#include "llvm/ADT/StringRef.h"
#include <string>