DEBUG_VALUE is now variable sized, as it has a
authorDale Johannesen <dalej@apple.com>
Fri, 15 Jan 2010 22:22:35 +0000 (22:22 +0000)
committerDale Johannesen <dalej@apple.com>
Fri, 15 Jan 2010 22:22:35 +0000 (22:22 +0000)
commit23cdb0bdcf8e7ded8ee5017592b6face579a2a7f
tree6e1570b0dcf8262a32332b7324bf5e326a5a7445
parent98793b9468a242348879334c5821fb6b5c784517
DEBUG_VALUE is now variable sized, as it has a
target-dependent memory address representation in it.
Restore X86 printing of DEBUG_VALUE; lowering is
done in X86RegisterInfo using the normal algorithm.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@93565 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/Target/Target.td
lib/Target/X86/AsmPrinter/X86MCInstLower.cpp