aboutsummaryrefslogtreecommitdiff
path: root/lib/CodeGen/RegAlloc/LiveRange.h
diff options
context:
space:
mode:
authorBrian Gaeke <gaeke@uiuc.edu>2003-09-21 02:31:37 +0000
committerBrian Gaeke <gaeke@uiuc.edu>2003-09-21 02:31:37 +0000
commit5779ef2ce0a7f8d5969e9e10acdc43965731b577 (patch)
treea2656fb8d05a691ecdb21163a329b51d3de8f153 /lib/CodeGen/RegAlloc/LiveRange.h
parentfdb2596c7730b4416c3c4bcd588a3d1a400781be (diff)
Standardize the names of include guards.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@8645 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/CodeGen/RegAlloc/LiveRange.h')
-rw-r--r--lib/CodeGen/RegAlloc/LiveRange.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/CodeGen/RegAlloc/LiveRange.h b/lib/CodeGen/RegAlloc/LiveRange.h
index c3caa29571..2d00c826df 100644
--- a/lib/CodeGen/RegAlloc/LiveRange.h
+++ b/lib/CodeGen/RegAlloc/LiveRange.h
@@ -8,8 +8,8 @@
//
//===----------------------------------------------------------------------===//
-#ifndef LIVE_RANGE_H
-#define LIVE_RANGE_H
+#ifndef LIVERANGE_H
+#define LIVERANGE_H
#include "llvm/CodeGen/ValueSet.h"
#include "llvm/Value.h"