mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-11-02 22:23:10 +00:00
Enable machine code verification in the entire code generator.
Some targets still mess up the liveness information, but that isn't verified after MRI->invalidateLiveness(). The verifier can still check other useful things like register classes and CFG, so it should be enabled after all passes. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@153615 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@@ -223,11 +223,6 @@ protected:
|
||||
/// regalloc pass.
|
||||
FunctionPass *createRegAllocPass(bool Optimized);
|
||||
|
||||
/// printNoVerify - Add a pass to dump the machine function, if debugging is
|
||||
/// enabled.
|
||||
///
|
||||
void printNoVerify(const char *Banner) const;
|
||||
|
||||
/// printAndVerify - Add a pass to dump then verify the machine function, if
|
||||
/// those steps are enabled.
|
||||
///
|
||||
|
||||
Reference in New Issue
Block a user