Chris Lattner
9cbe4f0ba0
clang side to match the LLVM IR type system rewrite patch.
...
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@134831 91177308-0d34-0410-b5e6-96231b3b80d8
2011-07-09 17:41:47 +00:00
Eric Christopher
43fec879a5
Canonicalize register names properly.
...
Fixes rdar://9425559
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@133486 91177308-0d34-0410-b5e6-96231b3b80d8
2011-06-21 00:07:10 +00:00
Eric Christopher
8837d747bf
Remove another variable.
...
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@133262 91177308-0d34-0410-b5e6-96231b3b80d8
2011-06-17 17:04:30 +00:00
Eric Christopher
3724020559
Clean up test to avoid using standard headers and remove an unneeded
...
#define.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@133241 91177308-0d34-0410-b5e6-96231b3b80d8
2011-06-17 06:16:34 +00:00
Eric Christopher
b165ed7f28
Make this test suitable for optimized builds by avoiding the name.
...
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@133238 91177308-0d34-0410-b5e6-96231b3b80d8
2011-06-17 05:24:17 +00:00
Eric Christopher
e3e07a5b34
Check the specific target to figure out if a constraint is a valid
...
register constraint. Note that we're not checking if the register itself
is valid for the constraint.
Fixes rdar://9382985
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@133226 91177308-0d34-0410-b5e6-96231b3b80d8
2011-06-17 01:53:34 +00:00