Handle OpDeref in case it comes in as a register operand.
authorEric Christopher <echristo@apple.com>
Tue, 8 May 2012 18:56:00 +0000 (18:56 +0000)
committerEric Christopher <echristo@apple.com>
Tue, 8 May 2012 18:56:00 +0000 (18:56 +0000)
commit501207676c78fefcfc9eeeaa1e3dbe9ea857d33f
tree4d213f29f921923ee3128f47b7c2023112280b9a
parent599da5ec016a6e52371c8e76e5aa091c04cbacd1
Handle OpDeref in case it comes in as a register operand.

Part of rdar://11352000

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@156405 91177308-0d34-0410-b5e6-96231b3b80d8
lib/CodeGen/AsmPrinter/DwarfCompileUnit.cpp
lib/CodeGen/AsmPrinter/DwarfDebug.cpp
test/DebugInfo/X86/op_deref.ll [new file with mode: 0644]