summaryrefslogtreecommitdiffstats
path: root/clang/lib/StaticAnalyzer/Core/CallEvent.cpp
diff options
context:
space:
mode:
authorMichael Liao <michael.liao@intel.com>2013-03-07 01:01:29 +0000
committerMichael Liao <michael.liao@intel.com>2013-03-07 01:01:29 +0000
commitd5cac37dc54bc2f10ca0300fa86cfdd1313bb212 (patch)
tree6c48a6dd91af59a1ba2803e2b27b26247fadbff3 /clang/lib/StaticAnalyzer/Core/CallEvent.cpp
parent33174017e0dd1d934b95b34bba8bbbd4070ce30d (diff)
downloadbcm5719-llvm-d5cac37dc54bc2f10ca0300fa86cfdd1313bb212.tar.gz
bcm5719-llvm-d5cac37dc54bc2f10ca0300fa86cfdd1313bb212.zip
Fix two remaining issue after fixing PR15355 when CMOV is not available
- Phi nodes should be replaced/updated after lowering CMOV into branch because 'mainMBB' updating operand in Phi node is changed. - Add EFLAGS in livein before lowering the 2nd CMOV. It's necessary as we will reuse the EFLAGS generated before the 1st lowered CMOV, which won't clobber EFLAGS. However, we need explicitly specify that. - '-attr=-cmov' test case are added. llvm-svn: 176598
Diffstat (limited to 'clang/lib/StaticAnalyzer/Core/CallEvent.cpp')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud