Revert 107953, remove comma ignoring from PPC constraints.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@107956 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/lib/Basic/Targets.cpp b/lib/Basic/Targets.cpp
index e2d40b2..8d79316 100644
--- a/lib/Basic/Targets.cpp
+++ b/lib/Basic/Targets.cpp
@@ -449,8 +449,6 @@
                                      TargetInfo::ConstraintInfo &Info) const {
     switch (*Name) {
     default: return false;
-    case ',': // Ignore ','s
-      break;
     case 'O': // Zero
       break;
     case 'b': // Base register