DBG_VALUE does not have any side effects; it also makes no sense to mark it cheap...
authorEvan Cheng <evan.cheng@apple.com>
Fri, 7 Jan 2011 21:08:26 +0000 (21:08 +0000)
committerEvan Cheng <evan.cheng@apple.com>
Fri, 7 Jan 2011 21:08:26 +0000 (21:08 +0000)
commit30a343aeedf777f9b8b6be9823da750afbf765b1
treee6b405c527a518555d2cb424546fa4ddeae4f84f
parenteaff66a8950bb9ed76e830c4ded7e0b695ab6904
DBG_VALUE does not have any side effects; it also makes no sense to mark it cheap as a copy.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@123031 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/Target/Target.td
lib/CodeGen/MachineInstr.cpp
lib/CodeGen/PeepholeOptimizer.cpp
lib/CodeGen/VirtRegRewriter.cpp