diff options
Diffstat (limited to 'llvm/lib/Target/PowerPC/PPCJITInfo.cpp')
-rw-r--r-- | llvm/lib/Target/PowerPC/PPCJITInfo.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/llvm/lib/Target/PowerPC/PPCJITInfo.cpp b/llvm/lib/Target/PowerPC/PPCJITInfo.cpp index 14527bf2a3d..29fdd6a2930 100644 --- a/llvm/lib/Target/PowerPC/PPCJITInfo.cpp +++ b/llvm/lib/Target/PowerPC/PPCJITInfo.cpp @@ -18,7 +18,6 @@ #include "llvm/Config/alloca.h" #include "llvm/Support/Debug.h" #include <set> -#include <iostream> using namespace llvm; static TargetJITInfo::JITCompilerFn JITCompilerFunction; |