diff options
| author | Chris Lattner <sabre@nondot.org> | 2005-09-21 04:19:09 +0000 |
|---|---|---|
| committer | Chris Lattner <sabre@nondot.org> | 2005-09-21 04:19:09 +0000 |
| commit | b1f8982ff0eb60cb0bbf1c67a4d9bf72464df950 (patch) | |
| tree | 68bc7dd686b2cb79998a24218d7c1ce2a6e46535 /llvm/lib/CodeGen/LiveIntervalAnalysis.cpp | |
| parent | bc6f0d296cd1b4ef2204a4347037b88924441e11 (diff) | |
| download | bcm5719-llvm-b1f8982ff0eb60cb0bbf1c67a4d9bf72464df950.tar.gz bcm5719-llvm-b1f8982ff0eb60cb0bbf1c67a4d9bf72464df950.zip | |
Expose the LiveInterval interfaces as public headers.
llvm-svn: 23400
Diffstat (limited to 'llvm/lib/CodeGen/LiveIntervalAnalysis.cpp')
| -rw-r--r-- | llvm/lib/CodeGen/LiveIntervalAnalysis.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/CodeGen/LiveIntervalAnalysis.cpp b/llvm/lib/CodeGen/LiveIntervalAnalysis.cpp index 0dac8bbb28d..337dadeb902 100644 --- a/llvm/lib/CodeGen/LiveIntervalAnalysis.cpp +++ b/llvm/lib/CodeGen/LiveIntervalAnalysis.cpp @@ -16,7 +16,7 @@ //===----------------------------------------------------------------------===// #define DEBUG_TYPE "liveintervals" -#include "LiveIntervalAnalysis.h" +#include "llvm/CodeGen/LiveIntervalAnalysis.h" #include "VirtRegMap.h" #include "llvm/Value.h" #include "llvm/Analysis/LoopInfo.h" |

