OSDN Git Service

Update LLVM for rebase to r212749.
[android-x86/external-llvm.git] / lib / CodeGen / AsmPrinter / WinCodeViewLineTables.cpp
index 2212941..6a5c431 100644 (file)
@@ -308,7 +308,7 @@ void WinCodeViewLineTables::endFunction(const MachineFunction *MF) {
     return;
 
   const Function *GV = MF->getFunction();
-  assert(FnDebugInfo.count(GV) == true);
+  assert(FnDebugInfo.count(GV));
   assert(CurFn == &FnDebugInfo[GV]);
 
   if (CurFn->Instrs.empty()) {