OSDN Git Service

Make MachineFunction not crash when TargetMachine::getRegisterInfo() returns
authorMatthijs Kooijman <matthijs@stdin.nl>
Mon, 13 Oct 2008 12:37:16 +0000 (12:37 +0000)
committerMatthijs Kooijman <matthijs@stdin.nl>
Mon, 13 Oct 2008 12:37:16 +0000 (12:37 +0000)
commite2b997b7b5360b4793c524a801e988fd37b80b93
tree44c89de7eb025f85f167fc96bd6cb04c99dfdb1a
parent63e0669b8eb660c793f56acc71a7424eee6c2b9f
Make MachineFunction not crash when TargetMachine::getRegisterInfo() returns
NULL, but just hide some debug output then.

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