Pass a Banner argument to the machine code verifier both from
authorJakob Stoklund Olesen <stoklund@2pi.dk>
Sat, 18 Dec 2010 00:06:56 +0000 (00:06 +0000)
committerJakob Stoklund Olesen <stoklund@2pi.dk>
Sat, 18 Dec 2010 00:06:56 +0000 (00:06 +0000)
commit89cab93fe999f6d81b4b99a71ac797b7ecfec277
tree7169b63cbb3a4ff4da76a8fc116a9e7d2a8521ab
parent3deb45149a2eaecfc9453db2a7e840531b930cc6
Pass a Banner argument to the machine code verifier both from
createMachineVerifierPass and MachineFunction::verify.

The banner is printed before the machine code dump, just like the printer pass.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@122113 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/CodeGen/MachineFunction.h
include/llvm/CodeGen/Passes.h
lib/CodeGen/InlineSpiller.cpp
lib/CodeGen/LLVMTargetMachine.cpp
lib/CodeGen/MachineVerifier.cpp
lib/CodeGen/RegAllocBasic.cpp
lib/CodeGen/RegAllocGreedy.cpp