Remove #include<iostream>, which I was using for debugging.
authorOwen Anderson <resistor@mac.com>
Mon, 24 Mar 2008 20:36:47 +0000 (20:36 +0000)
committerOwen Anderson <resistor@mac.com>
Mon, 24 Mar 2008 20:36:47 +0000 (20:36 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@48739 91177308-0d34-0410-b5e6-96231b3b80d8

lib/CodeGen/StrongPHIElimination.cpp

index 81be6c21db87bce5691c75bce33fbc7d6c17f4f8..ff5a9aa1b87d32c3453ef319e9bd72a75ea2ea0f 100644 (file)
@@ -790,8 +790,6 @@ static unsigned ComputeUltimateVN(VNInfo *VNI,
   return ThisValNoAssignments[VN] = UltimateVN;
 }
 
-#include <iostream>
-
 void StrongPHIElimination::mergeLiveIntervals(unsigned primary,
                                               unsigned secondary,
                                               unsigned secondaryVN) {