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)
commit1411577ad9470eb282c998bc6ca3f85818f0ab91
treea75782319ce8036313114bfbbb42b145be770d96
parentf142580dea1b62126ee16609e502a2a0bd7242f2
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.

llvm-svn: 225857
llvm/lib/CodeGen/AsmPrinter/DwarfExpression.cpp