From: Bill Wendling Date: Thu, 29 May 2008 21:29:39 +0000 (+0000) Subject: Remove . X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=ec58498dc911065c122a2a54fa9d1338f7fb187f;p=oota-llvm.git Remove . git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@51704 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/CodeGen/LiveIntervalAnalysis.cpp b/lib/CodeGen/LiveIntervalAnalysis.cpp index 2163bae81c5..104f176bd79 100644 --- a/lib/CodeGen/LiveIntervalAnalysis.cpp +++ b/lib/CodeGen/LiveIntervalAnalysis.cpp @@ -75,8 +75,6 @@ void LiveIntervals::releaseMemory() { delete ClonedMIs[i]; } -#include - void LiveIntervals::computeNumbering() { Index2MiMap OldI2MI = i2miMap_;