diff options
Diffstat (limited to 'clang/lib/CodeGen/CGStmt.cpp')
| -rw-r--r-- | clang/lib/CodeGen/CGStmt.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/lib/CodeGen/CGStmt.cpp b/clang/lib/CodeGen/CGStmt.cpp index d86c3f43891..04fc26dd895 100644 --- a/clang/lib/CodeGen/CGStmt.cpp +++ b/clang/lib/CodeGen/CGStmt.cpp @@ -980,7 +980,7 @@ void CodeGenFunction::EmitAsmStmt(const AsmStmt &S) { S.begin_output_names(), S.end_output_names(), Info); - assert(result && "Failed to parse input constraint"); result=result; + assert(result && "Failed to parse input constraint"); if (i != 0 || S.getNumOutputs() > 0) Constraints += ','; |

