From bf5b228c328597834f14144d6935fdb76fb20753 Mon Sep 17 00:00:00 2001 From: Bill Wendling Date: Thu, 29 May 2008 21:29:39 +0000 Subject: Remove . llvm-svn: 51704 --- llvm/lib/CodeGen/LiveIntervalAnalysis.cpp | 2 -- 1 file changed, 2 deletions(-) (limited to 'llvm/lib/CodeGen/LiveIntervalAnalysis.cpp') diff --git a/llvm/lib/CodeGen/LiveIntervalAnalysis.cpp b/llvm/lib/CodeGen/LiveIntervalAnalysis.cpp index 2163bae81c5..104f176bd79 100644 --- a/llvm/lib/CodeGen/LiveIntervalAnalysis.cpp +++ b/llvm/lib/CodeGen/LiveIntervalAnalysis.cpp @@ -75,8 +75,6 @@ void LiveIntervals::releaseMemory() { delete ClonedMIs[i]; } -#include - void LiveIntervals::computeNumbering() { Index2MiMap OldI2MI = i2miMap_; -- cgit v1.2.3