diff options
Diffstat (limited to 'lib/Sema/SemaStmt.cpp')
-rw-r--r-- | lib/Sema/SemaStmt.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Sema/SemaStmt.cpp b/lib/Sema/SemaStmt.cpp index 5493e343c6..4954a4c428 100644 --- a/lib/Sema/SemaStmt.cpp +++ b/lib/Sema/SemaStmt.cpp @@ -2823,7 +2823,7 @@ static void patchMSAsmStrings(Sema &SemaRef, bool &IsSimple, // Check the operand(s). switch (AsmToks[i].getKind()) { default: - //llvm_unreachable("Unknown token."); + IsSimple = false; break; case tok::comma: Asm += ","; break; case tok::colon: Asm += ":"; break; |