Fixed a bug in the ExecutionDependencyFix pass that caused dependencies to not propag...
authorSilviu Baranga <silviu.baranga@arm.com>
Wed, 3 Oct 2012 08:29:36 +0000 (08:29 +0000)
committerSilviu Baranga <silviu.baranga@arm.com>
Wed, 3 Oct 2012 08:29:36 +0000 (08:29 +0000)
commit541a858f1a4e65a714fe54293d43d0861cd12b8f
tree8b635258c07f74fece802bd5ef590e3239edad91
parent322e9ba2cb92330a345bd6e606c64a7b16bd929f
Fixed a bug in the ExecutionDependencyFix pass that caused dependencies to not propagate through implicit defs.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@165102 91177308-0d34-0410-b5e6-96231b3b80d8
lib/CodeGen/ExecutionDepsFix.cpp
test/CodeGen/ARM/deps-fix.ll [new file with mode: 0644]