diff options
Diffstat (limited to 'lib/CodeGen/CGStmt.cpp')
-rw-r--r-- | lib/CodeGen/CGStmt.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/CodeGen/CGStmt.cpp b/lib/CodeGen/CGStmt.cpp index d86c3f4389..04fc26dd89 100644 --- a/lib/CodeGen/CGStmt.cpp +++ b/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 += ','; |