summaryrefslogtreecommitdiffstats
path: root/llvm/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
commitb1f8982ff0eb60cb0bbf1c67a4d9bf72464df950 (patch)
tree68bc7dd686b2cb79998a24218d7c1ce2a6e46535 /llvm/lib/CodeGen/LiveInterval.cpp
parentbc6f0d296cd1b4ef2204a4347037b88924441e11 (diff)
downloadbcm5719-llvm-b1f8982ff0eb60cb0bbf1c67a4d9bf72464df950.tar.gz
bcm5719-llvm-b1f8982ff0eb60cb0bbf1c67a4d9bf72464df950.zip
Expose the LiveInterval interfaces as public headers.
llvm-svn: 23400
Diffstat (limited to 'llvm/lib/CodeGen/LiveInterval.cpp')
-rw-r--r--llvm/lib/CodeGen/LiveInterval.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/CodeGen/LiveInterval.cpp b/llvm/lib/CodeGen/LiveInterval.cpp
index 01298e9c6c9..2cbb46b082e 100644
--- a/llvm/lib/CodeGen/LiveInterval.cpp
+++ b/llvm/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>
OpenPOWER on IntegriCloud