mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-14 00:32:55 +00:00
The ever-important vanity pass name :)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@19731 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
4e7dd8f7c4
commit
67b1c3c404
@ -358,6 +358,10 @@ namespace {
|
||||
ISel(TargetMachine &TM) : SelectionDAGISel(X86Lowering), X86Lowering(TM) {
|
||||
}
|
||||
|
||||
virtual const char *getPassName() const {
|
||||
return "X86 Pattern Instruction Selection";
|
||||
}
|
||||
|
||||
unsigned getRegPressure(SDOperand O) {
|
||||
return RegPressureMap[O.Val];
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user