Prevent hoisting the instruction whose def might be clobbered by the terminator.
authorSasa Stankovic <Sasa.Stankovic@imgtec.com>
Thu, 5 Jun 2014 13:42:48 +0000 (13:42 +0000)
committerSasa Stankovic <Sasa.Stankovic@imgtec.com>
Thu, 5 Jun 2014 13:42:48 +0000 (13:42 +0000)
commit56c12e679aafae59f05e2ab15ba6c547a69bf97c
tree14c6b5148e5b7a3aaa6dcf5eb50ee2a7db924b06
parenta46952221e44cb53b707bca433b5177191de779d
Prevent hoisting the instruction whose def might be clobbered by the terminator.

llvm-svn: 210261
llvm/lib/CodeGen/BranchFolding.cpp
llvm/test/CodeGen/Mips/prevent-hoisting.ll [new file with mode: 0644]