Killing warnings


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@1175 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/lib/Target/SparcV9/SparcV9Internals.h b/lib/Target/SparcV9/SparcV9Internals.h
index e7caf13..d715d79 100644
--- a/lib/Target/SparcV9/SparcV9Internals.h
+++ b/lib/Target/SparcV9/SparcV9Internals.h
@@ -301,6 +301,7 @@
     else { 
       cerr << "TypeID: " << ty << endl;
       assert(0 && "Cannot resolve register class for type");
+      return 0;
     }
 
     if(isCCReg)