Handle register masks in branch folding.
authorJakob Stoklund Olesen <stoklund@2pi.dk>
Wed, 15 Feb 2012 23:42:54 +0000 (23:42 +0000)
committerJakob Stoklund Olesen <stoklund@2pi.dk>
Wed, 15 Feb 2012 23:42:54 +0000 (23:42 +0000)
commita230262791397c88beeb7ca9bb97c8a8a026e848
tree7fd8481d43710b3af30a7d8abad71731ac2b0c9e
parente746186ed4f61bf5eba13112cb8419c95cf58e52
Handle register masks in branch folding.

Don't attempt to move instructions with regmask operands. They are most
likely calls anyway.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@150634 91177308-0d34-0410-b5e6-96231b3b80d8
lib/CodeGen/BranchFolding.cpp