diff options
author | Sirish Pande <spande@codeaurora.org> | 2012-04-13 21:01:35 +0000 |
---|---|---|
committer | Sirish Pande <spande@codeaurora.org> | 2012-04-13 21:01:35 +0000 |
commit | 3423132f2e48ba34fa76df0d8ab8990c85b5e677 (patch) | |
tree | 011012c8f07c5786bbfebaf8b178d34eb39e3532 | |
parent | fc3665c87519850f629c9565535e3be447e10add (diff) | |
download | external_llvm-3423132f2e48ba34fa76df0d8ab8990c85b5e677.zip external_llvm-3423132f2e48ba34fa76df0d8ab8990c85b5e677.tar.gz external_llvm-3423132f2e48ba34fa76df0d8ab8990c85b5e677.tar.bz2 |
Remove iostream from New Value Jump.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@154703 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | lib/Target/Hexagon/HexagonNewValueJump.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/Target/Hexagon/HexagonNewValueJump.cpp b/lib/Target/Hexagon/HexagonNewValueJump.cpp index 42bb4dc..2ce0a7c 100644 --- a/lib/Target/Hexagon/HexagonNewValueJump.cpp +++ b/lib/Target/Hexagon/HexagonNewValueJump.cpp @@ -45,7 +45,6 @@ #include "HexagonMachineFunctionInfo.h" #include <map> -#include <iostream> #include "llvm/Support/CommandLine.h" using namespace llvm; |