aboutsummaryrefslogtreecommitdiff
path: root/lib/CodeGen/RegAlloc/LiveRange.h
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2003-01-14 22:56:37 +0000
committerChris Lattner <sabre@nondot.org>2003-01-14 22:56:37 +0000
commit8143d8f91a7768007e80841ac3c29f938e470900 (patch)
treec282d1bd91135e2123d0b9337e2e2b0d2d7116f3 /lib/CodeGen/RegAlloc/LiveRange.h
parentc56d239510e110db990d42a0f24a828c5528ecdf (diff)
Move llvm/Analysis/LiveVar/ValueSet.h to CodeGen/ValueSet.h
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@5282 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/CodeGen/RegAlloc/LiveRange.h')
-rw-r--r--lib/CodeGen/RegAlloc/LiveRange.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/CodeGen/RegAlloc/LiveRange.h b/lib/CodeGen/RegAlloc/LiveRange.h
index 71eba1513b..3a88a27fa1 100644
--- a/lib/CodeGen/RegAlloc/LiveRange.h
+++ b/lib/CodeGen/RegAlloc/LiveRange.h
@@ -11,7 +11,7 @@
#ifndef LIVE_RANGE_H
#define LIVE_RANGE_H
-#include "llvm/Analysis/LiveVar/ValueSet.h"
+#include "llvm/CodeGen/ValueSet.h"
#include "llvm/Value.h"
class RegClass;