diff options
Diffstat (limited to 'include/llvm/IR/Use.h')
-rw-r--r-- | include/llvm/IR/Use.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/llvm/IR/Use.h b/include/llvm/IR/Use.h index 8080445..60b2fc0 100644 --- a/include/llvm/IR/Use.h +++ b/include/llvm/IR/Use.h @@ -22,8 +22,8 @@ // //===----------------------------------------------------------------------===// -#ifndef LLVM_USE_H -#define LLVM_USE_H +#ifndef LLVM_IR_USE_H +#define LLVM_IR_USE_H #include "llvm/ADT/PointerIntPair.h" #include "llvm/Support/Compiler.h" |