Files
clang-p2996/llvm/lib/Transforms/Scalar
Sanjoy Das ff855b6020 [SCCP] Don't delete side-effecting instructions
I'm not sure if the `!isa<CallInst>(Inst) &&
!isa<TerminatorInst>(Inst))` bit is correct either, but this fixes the
case we know is broken.

llvm-svn: 279647
2016-08-24 18:10:21 +00:00
..
2016-07-15 13:45:20 +00:00
2016-08-11 22:34:00 +00:00
2016-08-22 18:49:42 +00:00