[llvm-commits] [llvm] r154696 - in /llvm/trunk/lib/Target/Hexagon: HexagonInstrInfo.cpp HexagonInstrInfo.h HexagonInstrInfo.td HexagonNewValueJump.cpp HexagonSubtarget.cpp HexagonTargetMachine.cpp HexagonVLIWPacketizer.cpp

Bill Wendling wendling at apple.com
Fri Apr 13 13:49:36 PDT 2012


Hi Sirish,

On Apr 13, 2012, at 1:22 PM, Sirish Pande <spande at codeaurora.org> wrote:

> --- llvm/trunk/lib/Target/Hexagon/HexagonNewValueJump.cpp (added)
> +++ llvm/trunk/lib/Target/Hexagon/HexagonNewValueJump.cpp Fri Apr 13 15:22:31 2012
> @@ -0,0 +1,650 @@
> +#include <map>
> +#include <iostream>
> +
Use of iostream is forbidden in LLVM. Please remove this. If you need IO, then use the raw_ostream stuff in #include "llvm/Support/raw_ostream.h".

-bw




More information about the llvm-commits mailing list