Add a pass name for -time-passes output

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@22970 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Chris Lattner 2005-08-22 18:28:09 +00:00
parent 8f03405ee5
commit 47c0889419

View File

@ -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"; }
};
}