diff options
author | Anders Carlsson <andersca@mac.com> | 2009-01-27 20:38:24 +0000 |
---|---|---|
committer | Anders Carlsson <andersca@mac.com> | 2009-01-27 20:38:24 +0000 |
commit | 570c357ded427b55c35ddfe4b5ff73e221ea1305 (patch) | |
tree | c01f94f7cc74e40fd9ecbe8887a939a8ff5738da /clang/test/Sema | |
parent | 7415caa3d4269213f1849f5c0a3b80e10431c53c (diff) | |
download | bcm5719-llvm-570c357ded427b55c35ddfe4b5ff73e221ea1305.tar.gz bcm5719-llvm-570c357ded427b55c35ddfe4b5ff73e221ea1305.zip |
If an input constraint refers to an output constraint, it should have the same constraint info as the output constraint. Fixes PR3417
llvm-svn: 63127
Diffstat (limited to 'clang/test/Sema')
-rw-r--r-- | clang/test/Sema/asm.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/test/Sema/asm.c b/clang/test/Sema/asm.c index fa9b125b6dd..3acb58a015a 100644 --- a/clang/test/Sema/asm.c +++ b/clang/test/Sema/asm.c @@ -59,4 +59,4 @@ void test5() void test6(long i) { asm("nop" : : "er"(i)); -}
\ No newline at end of file +} |