commit | c6a4f5e819217e1e12c458aed8e7b122e23a3a58 | [log] [tgz] |
---|---|---|
author | Stephen Hines <srhines@google.com> | Mon Jul 21 00:45:20 2014 -0700 |
committer | Stephen Hines <srhines@google.com> | Mon Jul 21 00:45:20 2014 -0700 |
tree | 81b7dd2bb4370a392f31d332a566c903b5744764 | |
parent | 19c6fbb3e8aaf74093afa08013134b61fa08f245 [diff] [blame] |
Update LLVM for rebase to r212749. Includes a cherry-pick of: r212948 - fixes a small issue with atomic calls Change-Id: Ib97bd980b59f18142a69506400911a6009d9df18
diff --git a/lib/CodeGen/AsmPrinter/WinCodeViewLineTables.cpp b/lib/CodeGen/AsmPrinter/WinCodeViewLineTables.cpp index 2212941..6a5c431 100644 --- a/lib/CodeGen/AsmPrinter/WinCodeViewLineTables.cpp +++ b/lib/CodeGen/AsmPrinter/WinCodeViewLineTables.cpp
@@ -308,7 +308,7 @@ return; const Function *GV = MF->getFunction(); - assert(FnDebugInfo.count(GV) == true); + assert(FnDebugInfo.count(GV)); assert(CurFn == &FnDebugInfo[GV]); if (CurFn->Instrs.empty()) {