Revert "Debug Info: Bail out of AddMachineRegPiece() if MachineReg is not a"
authorAdrian Prantl <aprantl@apple.com>
Wed, 14 Jan 2015 00:15:12 +0000 (00:15 +0000)
committerAdrian Prantl <aprantl@apple.com>
Wed, 14 Jan 2015 00:15:12 +0000 (00:15 +0000)
commit4e5d08aad045b41e4f57914de22db9d4575f0a8b
tree32b2893a9263dd43a8762f5cb8a2637ffead5913
parent2a463a1060343be8b9f878a0a293492ccbd358bc
Revert "Debug Info: Bail out of AddMachineRegPiece() if MachineReg is not a"

This reverts commit r225852, it was a bad idea.

MachineReg should always be a physical register. If it isn't this DebugLoc
shouldn't have been created in the first place.

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