diff options
author | Pete Cooper <peter_cooper@apple.com> | 2011-12-17 06:32:38 +0000 |
---|---|---|
committer | Pete Cooper <peter_cooper@apple.com> | 2011-12-17 06:32:38 +0000 |
commit | 93ca12299f3210e300c9ac4f0fd8d6ce5b7d7d60 (patch) | |
tree | 541df002e9efbaeed432f3dd090097f62870d8b7 /unittests/ADT/VariadicFunctionTest.cpp | |
parent | 5bb210e134c8bc66f77a78bb3aedc118d949698c (diff) |
SimplifyCFG now predicts some conditional branches to true or false depending on previous branch on same comparison operands.
For example,
if (a == b) {
if (a > b) // this is false
Fixes some of the issues on <rdar://problem/10554090>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@146822 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'unittests/ADT/VariadicFunctionTest.cpp')
0 files changed, 0 insertions, 0 deletions