llvm-6502/lib/Transforms
Jingyue Wu 5e49dcf79a Remove dead code in SimplifyCFG
Summary: UsedByBranch is always true according to how BonusInst is defined.

Test Plan:
Passes check-all, and also verified 

if (BonusInst && !UsedByBranch) {
  ...
}

is never entered during check-all.

Reviewers: resistor, nadav, jingyue

Reviewed By: jingyue

Subscribers: llvm-commits, eliben, meheff

Differential Revision: http://reviews.llvm.org/D5324

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@217824 91177308-0d34-0410-b5e6-96231b3b80d8
2014-09-15 20:48:13 +00:00
..
Hello
InstCombine
Instrumentation
IPO
ObjCARC
Scalar
Utils Remove dead code in SimplifyCFG 2014-09-15 20:48:13 +00:00
Vectorize
CMakeLists.txt
LLVMBuild.txt
Makefile