Files
clang-p2996/llvm/lib/CodeGen/AsmPrinter
Hal Finkel 6161b9405f Initialize AsmPrinter::MF in the constructor
MF is normally initialized in AsmPrinter::SetupMachineFunction, but if the file
contains only globals (no functions), then we need this to be initialized
because, when encountering an error, lowerConstant() references it.

This should fix the non-deterministic failures of
test/CodeGen/X86/nonconst-static-iv.ll, etc.

llvm-svn: 186068
2013-07-11 06:41:14 +00:00
..
2013-07-09 23:48:45 +00:00
2013-05-13 01:16:13 +00:00
2013-03-25 13:47:46 +00:00