summaryrefslogtreecommitdiff
path: root/lib/CodeGen/LiveInterval.cpp
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2005-09-21 04:19:09 +0000
committerChris Lattner <sabre@nondot.org>2005-09-21 04:19:09 +0000
commit3c3fe462f7978b429ecdd71750c26be25c3d1335 (patch)
tree9cbab9a0e20f4b22e7fd8c93fe91fc7c2f797311 /lib/CodeGen/LiveInterval.cpp
parent779a6513fe92865818dd0ff6ed9a0646a095774b (diff)
downloadllvm-3c3fe462f7978b429ecdd71750c26be25c3d1335.tar.gz
llvm-3c3fe462f7978b429ecdd71750c26be25c3d1335.tar.bz2
llvm-3c3fe462f7978b429ecdd71750c26be25c3d1335.tar.xz
Expose the LiveInterval interfaces as public headers.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@23400 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/CodeGen/LiveInterval.cpp')
-rw-r--r--lib/CodeGen/LiveInterval.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/CodeGen/LiveInterval.cpp b/lib/CodeGen/LiveInterval.cpp
index 01298e9c6c..2cbb46b082 100644
--- a/lib/CodeGen/LiveInterval.cpp
+++ b/lib/CodeGen/LiveInterval.cpp
@@ -18,7 +18,7 @@
//
//===----------------------------------------------------------------------===//
-#include "LiveInterval.h"
+#include "llvm/CodeGen/LiveInterval.h"
#include "llvm/ADT/STLExtras.h"
#include "llvm/Target/MRegisterInfo.h"
#include <algorithm>