[Hexagon] Remove leftover debugging code after r331527

llvm-svn: 331528
This commit is contained in:
Krzysztof Parzyszek 2018-05-04 15:07:30 +00:00
parent effcc2fb79
commit 5291562acd
1 changed files with 0 additions and 1 deletions

View File

@ -315,7 +315,6 @@ static inline int32_t profitImm(unsigned Imm) {
int32_t HexagonSplitDoubleRegs::profit(const MachineInstr *MI) const {
unsigned ImmX = 0;
dbgs() << *MI;
unsigned Opc = MI->getOpcode();
switch (Opc) {
case TargetOpcode::PHI: