mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-24 19:52:54 +01:00
Add a pass name for -time-passes output
llvm-svn: 22970
This commit is contained in:
parent
d73a5042d9
commit
36b8efcedd
@ -441,6 +441,7 @@ namespace {
|
||||
// a dag->dag to transform mul-by-constant-int to shifts+adds/subs
|
||||
SDOperand BuildConstmulSequence(SDOperand N);
|
||||
|
||||
const char *getPassName() const { return "IA64 Instruction Selector"; }
|
||||
};
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user