aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/IR/OperandTraits.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/llvm/IR/OperandTraits.h')
-rw-r--r--include/llvm/IR/OperandTraits.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/llvm/IR/OperandTraits.h b/include/llvm/IR/OperandTraits.h
index 60c8b09..0e4b195 100644
--- a/include/llvm/IR/OperandTraits.h
+++ b/include/llvm/IR/OperandTraits.h
@@ -12,8 +12,8 @@
// the operands in the most efficient manner.
//
-#ifndef LLVM_OPERAND_TRAITS_H
-#define LLVM_OPERAND_TRAITS_H
+#ifndef LLVM_IR_OPERANDTRAITS_H
+#define LLVM_IR_OPERANDTRAITS_H
#include "llvm/IR/User.h"