R600/SI: Assume SIFixSGPRCopies makes changes
authorMatt Arsenault <Matthew.Arsenault@amd.com>
Mon, 17 Nov 2014 21:11:34 +0000 (21:11 +0000)
committerMatt Arsenault <Matthew.Arsenault@amd.com>
Mon, 17 Nov 2014 21:11:34 +0000 (21:11 +0000)
I'm not sure if this was breaking anything.

llvm-svn: 222174

llvm/lib/Target/R600/SIFixSGPRCopies.cpp

index 086b444..d6f4b4c 100644 (file)
@@ -325,5 +325,6 @@ bool SIFixSGPRCopies::runOnMachineFunction(MachineFunction &MF) {
       }
     }
   }
-  return false;
+
+  return true;
 }