X-Git-Url: http://demsky.eecs.uci.edu/git/?a=blobdiff_plain;f=lib%2FAnalysis%2FInterval.cpp;h=404d2c2f4a88c423c316c79ad190f169c976314f;hb=663e711dc235cae94eb50abb1c0571fd0b3a6a35;hp=8f93cc6edc4d7e003e8fc78ba8a9361fe756d881;hpb=1ff1ff70e3eef938b1290f3e3b386bb0feca2c5a;p=oota-llvm.git diff --git a/lib/Analysis/Interval.cpp b/lib/Analysis/Interval.cpp index 8f93cc6edc4..404d2c2f4a8 100644 --- a/lib/Analysis/Interval.cpp +++ b/lib/Analysis/Interval.cpp @@ -1,10 +1,10 @@ //===- Interval.cpp - Interval class code ---------------------------------===// -// +// // The LLVM Compiler Infrastructure // // This file was developed by the LLVM research group and is distributed under // the University of Illinois Open Source License. See LICENSE.TXT for details. -// +// //===----------------------------------------------------------------------===// // // This file contains the definition of the Interval class, which represents a @@ -39,7 +39,7 @@ bool Interval::isLoop() const { void Interval::print(std::ostream &o) const { o << "-------------------------------------------------------------\n" << "Interval Contents:\n"; - + // Print out all of the basic blocks in the interval... for (std::vector::const_iterator I = Nodes.begin(), E = Nodes.end(); I != E; ++I)