commit | f8e50d978cdcc8fa11721e9d778fe214c77c05d8 | [log] [tgz] |
---|---|---|
author | Anders Carlsson <andersca@mac.com> | Mon Feb 18 17:00:25 2008 +0000 |
committer | Anders Carlsson <andersca@mac.com> | Mon Feb 18 17:00:25 2008 +0000 |
tree | 1f2794c219e0a9b1fed626333a4ff73ea4fc6708 | |
parent | 74a778182f77f25a763a7f06851073f8b16d8728 [diff] [blame] |
Add more supported constraints. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@47270 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/Basic/TargetInfo.cpp b/Basic/TargetInfo.cpp index f0aecb1..6b600a4 100644 --- a/Basic/TargetInfo.cpp +++ b/Basic/TargetInfo.cpp
@@ -435,6 +435,7 @@ // FIXME: Fail if % is used with the last operand. break; case 'i': // immediate integer. + case 'I': break; case 'r': // general register. info = (ConstraintInfo)(info|CI_AllowsRegister);