forked from OSchip/llvm-project
[Hexagon] Remove leftover debugging code after r331527
llvm-svn: 331528
This commit is contained in:
parent
effcc2fb79
commit
5291562acd
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue