]> granicus.if.org Git - clang/commit
Remove an assertion that no longer holds. <rdar://problem/16135814>
authorBob Wilson <bob.wilson@apple.com>
Thu, 27 Feb 2014 21:59:17 +0000 (21:59 +0000)
committerBob Wilson <bob.wilson@apple.com>
Thu, 27 Feb 2014 21:59:17 +0000 (21:59 +0000)
commit58b4d1883908d16c2e49fbabccb285f4550e1e65
treefd6528b32a63ca5aecfa289c30a0ba796a3f789d
parentb228a86eb77a50de294c614a8b2724773cdd4389
Remove an assertion that no longer holds. <rdar://problem/16135814>

In r201528, I changed the PGO instrumentation counter for a "do" loop to not
include the fall-through count. That fall-through count is included later, b
it means that this assertion may fail for "do" loops.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@202437 91177308-0d34-0410-b5e6-96231b3b80d8
lib/CodeGen/CodeGenPGO.h