mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-12-02 00:16:25 +00:00
The ever-important vanity pass name :)
llvm-svn: 19731
This commit is contained in:
parent
24bf1ca350
commit
fd4d7f71ae
@ -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…
Reference in New Issue
Block a user