Skip to content
Snippets Groups Projects
Commit ab9e2f5a authored by John Thompson's avatar John Thompson
Browse files

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
parent ec3a5d89
No related branches found
No related tags found
No related merge requests found
......@@ -449,8 +449,6 @@ public:
TargetInfo::ConstraintInfo &Info) const {
switch (*Name) {
default: return false;
case ',': // Ignore ','s
break;
case 'O': // Zero
break;
case 'b': // Base register
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment