mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-01-18 01:35:44 +00:00
add a pass name to make debugging dumps nicer
llvm-svn: 22588
This commit is contained in:
parent
eb3ceda067
commit
3a81e0795b
@ -571,6 +571,10 @@ public:
|
||||
|
||||
unsigned SelectAddr(SDOperand N, unsigned& Reg, int& offset);
|
||||
void SelectBranchCC(SDOperand N);
|
||||
|
||||
virtual const char *getPassName() const {
|
||||
return "PowerPC Pattern Instruction Selection";
|
||||
}
|
||||
};
|
||||
|
||||
/// ExactLog2 - This function solves for (Val == 1 << (N-1)) and returns N. It
|
||||
|
Loading…
x
Reference in New Issue
Block a user