]> granicus.if.org Git - clang/commitdiff
Fixed pr20314-2.c failure, added E, F, p constraint letters.
authorJohn Thompson <John.Thompson.JTSoftware@gmail.com>
Tue, 21 Sep 2010 22:04:54 +0000 (22:04 +0000)
committerJohn Thompson <John.Thompson.JTSoftware@gmail.com>
Tue, 21 Sep 2010 22:04:54 +0000 (22:04 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@114490 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Basic/TargetInfo.cpp

index c7176413e0fc2e2301ffb149a9ecbe75ee3982a5..14302206d248f64707829722abd33acadc89163d 100644 (file)
@@ -398,6 +398,10 @@ bool TargetInfo::validateInputConstraint(ConstraintInfo *OutputConstraints,
       Info.setAllowsRegister();
       Info.setAllowsMemory();
       break;
+    case 'E': // immediate floating point.
+    case 'F': // immediate floating point.
+    case 'p': // address operand.
+      break;
     case ',': // multiple alternative constraint.  Ignore comma.
       break;
     case '?': // Disparage slightly code.