[AVX] VEXTRACTF128 support. This commit includes patterns for
[oota-llvm.git] / lib / Target / CellSPU / SPUNopFiller.cpp
index 54a5925d80f50c7b015af732a942f80c072fcd54..e2bd2d7f4100b2ae1fdba894b2f5bea545030c7f 100644 (file)
@@ -123,7 +123,7 @@ runOnMachineBasicBlock(MachineBasicBlock &MBB)
     else {
       J++;
       DEBUG( dbgs() <<"Padding basic block with LNOP\n"; );
-      BuildMI(MBB, J, J->getDebugLoc(), TII->get(SPU::LNOP));
+      BuildMI(MBB, J, DebugLoc(), TII->get(SPU::LNOP));
     }
     isEvenPlace=true;
   }