Don't abort if a MemOperand is missing a SourceValue; just print it
authorDan Gohman <gohman@apple.com>
Thu, 7 Feb 2008 16:18:00 +0000 (16:18 +0000)
committerDan Gohman <gohman@apple.com>
Thu, 7 Feb 2008 16:18:00 +0000 (16:18 +0000)
commit2bfe6ff605f07e8f50874b1326227efc8bb8ed3d
tree7476b810be083dde250d6e0ff68f889760fa026a
parentbe3bf423315394f15f0c71afdaed26e5cfbcad4a
Don't abort if a MemOperand is missing a SourceValue; just print it
as <unknown>. And make some minor adjustments to the MemOperand
dump format.

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