]> granicus.if.org Git - clang/commitdiff
Updating PPC target to ignore commas in asm contrains, as apparently that is what...
authorJohn Thompson <John.Thompson.JTSoftware@gmail.com>
Fri, 9 Jul 2010 02:01:40 +0000 (02:01 +0000)
committerJohn Thompson <John.Thompson.JTSoftware@gmail.com>
Fri, 9 Jul 2010 02:01:40 +0000 (02:01 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@107953 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Basic/Targets.cpp

index 8d793163bc0bd3af7830f6ef8f87af8f7d1f33b1..e2d40b29a29cf97329b8039c40403fc6d5933c8e 100644 (file)
@@ -449,6 +449,8 @@ public:
                                      TargetInfo::ConstraintInfo &Info) const {
     switch (*Name) {
     default: return false;
+    case ',': // Ignore ','s
+      break;
     case 'O': // Zero
       break;
     case 'b': // Base register