move matching of named operands into AsmStmt class. At the same
time handle + operands in operand counting, fixing asm.c:t7 to expand into $2 instead of $1. llvm-svn: 66531
Showing
- clang/include/clang/AST/Stmt.h 9 additions, 0 deletionsclang/include/clang/AST/Stmt.h
- clang/lib/AST/Stmt.cpp 25 additions, 0 deletionsclang/lib/AST/Stmt.cpp
- clang/lib/CodeGen/CGStmt.cpp 5 additions, 24 deletionsclang/lib/CodeGen/CGStmt.cpp
- clang/test/CodeGen/asm.c 12 additions, 13 deletionsclang/test/CodeGen/asm.c
Loading
Please register or sign in to comment