aboutsummaryrefslogtreecommitdiff
path: root/contrib/llvm-project/llvm/include/llvm/CodeGen/LiveIntervalCalc.h
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/llvm-project/llvm/include/llvm/CodeGen/LiveIntervalCalc.h')
-rw-r--r--contrib/llvm-project/llvm/include/llvm/CodeGen/LiveIntervalCalc.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/contrib/llvm-project/llvm/include/llvm/CodeGen/LiveIntervalCalc.h b/contrib/llvm-project/llvm/include/llvm/CodeGen/LiveIntervalCalc.h
index 76005e835595..b8d67ef8f4e1 100644
--- a/contrib/llvm-project/llvm/include/llvm/CodeGen/LiveIntervalCalc.h
+++ b/contrib/llvm-project/llvm/include/llvm/CodeGen/LiveIntervalCalc.h
@@ -9,13 +9,13 @@
// The LiveIntervalCalc class is an extension of LiveRangeCalc targeted to the
// computation and modification of the LiveInterval variants of LiveRanges.
// LiveIntervals are meant to track liveness of registers and stack slots and
-// LiveIntervalCalc adds to LiveRangeCalc all the machinery requied to
+// LiveIntervalCalc adds to LiveRangeCalc all the machinery required to
// construct the liveness of virtual registers tracked by a LiveInterval.
//
//===----------------------------------------------------------------------===//
-#ifndef LLVM_LIB_CODEGEN_LIVEINTERVALCALC_H
-#define LLVM_LIB_CODEGEN_LIVEINTERVALCALC_H
+#ifndef LLVM_CODEGEN_LIVEINTERVALCALC_H
+#define LLVM_CODEGEN_LIVEINTERVALCALC_H
#include "llvm/CodeGen/LiveRangeCalc.h"
@@ -68,4 +68,4 @@ public:
} // end namespace llvm
-#endif // LLVM_LIB_CODEGEN_LIVEINTERVALCALC_H
+#endif // LLVM_CODEGEN_LIVEINTERVALCALC_H