Set REQUIRES shell on the test cases for r186044
[oota-llvm.git] / lib / CodeGen / ProcessImplicitDefs.cpp
index 34d075c2328664c125580d2cf1cb05bbc0c1fcb9..e4e18c3bb54b51e4abb2ec4e0f4bbd6d65e9b66e 100644 (file)
@@ -137,8 +137,7 @@ void ProcessImplicitDefs::processImplicitDef(MachineInstr *MI) {
 bool ProcessImplicitDefs::runOnMachineFunction(MachineFunction &MF) {
 
   DEBUG(dbgs() << "********** PROCESS IMPLICIT DEFS **********\n"
-               << "********** Function: "
-               << ((Value*)MF.getFunction())->getName() << '\n');
+               << "********** Function: " << MF.getName() << '\n');
 
   bool Changed = false;