diff options
Diffstat (limited to 'llvm/lib/CodeGen/RegAllocIterativeScan.cpp')
-rw-r--r-- | llvm/lib/CodeGen/RegAllocIterativeScan.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/llvm/lib/CodeGen/RegAllocIterativeScan.cpp b/llvm/lib/CodeGen/RegAllocIterativeScan.cpp index 9c946a7703f..7f7b2818ffd 100644 --- a/llvm/lib/CodeGen/RegAllocIterativeScan.cpp +++ b/llvm/lib/CodeGen/RegAllocIterativeScan.cpp @@ -34,7 +34,6 @@ #include "VirtRegMap.h" #include <algorithm> #include <cmath> -#include <iostream> #include <set> using namespace llvm; |