[llvm-commits] [llvm] r72828 - /llvm/trunk/lib/CodeGen/RegAllocLinearScan.cpp
Dan Gohman
gohman at apple.com
Wed Jun 3 18:59:35 PDT 2009
Author: djg
Date: Wed Jun 3 20:59:35 2009
New Revision: 72828
URL: http://llvm.org/viewvc/llvm-project?rev=72828&view=rev
Log:
Remove a #include of <iostream>.
Modified:
llvm/trunk/lib/CodeGen/RegAllocLinearScan.cpp
Modified: llvm/trunk/lib/CodeGen/RegAllocLinearScan.cpp
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/CodeGen/RegAllocLinearScan.cpp?rev=72828&r1=72827&r2=72828&view=diff
==============================================================================
--- llvm/trunk/lib/CodeGen/RegAllocLinearScan.cpp (original)
+++ llvm/trunk/lib/CodeGen/RegAllocLinearScan.cpp Wed Jun 3 20:59:35 2009
@@ -40,7 +40,6 @@
#include <queue>
#include <memory>
#include <cmath>
-#include <iostream>
using namespace llvm;
More information about the llvm-commits
mailing list