mirror of
https://github.com/intel/llvm.git
synced 2026-01-17 23:45:25 +08:00
<rdar://problem/12712928>
Removed an assert that was for debug only. llvm-svn: 168190
This commit is contained in:
@@ -261,7 +261,6 @@ public:
|
||||
if (m_process && m_process->GetStopID() != m_isa_to_descriptor_cache_stop_id)
|
||||
{
|
||||
UpdateISAToDescriptorMapIfNeeded ();
|
||||
assert (m_process->GetStopID() == m_isa_to_descriptor_cache_stop_id); // REMOVE THIS PRIOR TO CHECKIN
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user