diff options
Diffstat (limited to 'include/llvm/Support/Annotation.h')
-rw-r--r-- | include/llvm/Support/Annotation.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/include/llvm/Support/Annotation.h b/include/llvm/Support/Annotation.h index efca20a..4325836 100644 --- a/include/llvm/Support/Annotation.h +++ b/include/llvm/Support/Annotation.h @@ -1,4 +1,4 @@ -//===-- Support/Annotation.h - Annotation classes ---------------*- C++ -*-===// +//===-- llvm/Support/Annotation.h - Annotation classes ----------*- C++ -*-===// // // The LLVM Compiler Infrastructure // @@ -19,8 +19,8 @@ // //===----------------------------------------------------------------------===// -#ifndef SUPPORT_ANNOTATION_H -#define SUPPORT_ANNOTATION_H +#ifndef LLVM_SUPPORT_ANNOTATION_H +#define LLVM_SUPPORT_ANNOTATION_H #include <string> #include <cassert> |