[GlobalISel][IRTranslator] Override getPassName.

llvm-svn: 260924
This commit is contained in:
Quentin Colombet 2016-02-16 01:38:09 +00:00
parent ff6b2f9e32
commit 975ce8fab5
1 changed files with 4 additions and 0 deletions

View File

@ -120,6 +120,10 @@ public:
// Ctor, nothing fancy.
IRTranslator();
const char *getPassName() const override {
return "IRTranslator";
}
// Algo:
// CallLowering = MF.subtarget.getCallLowering()
// F = MF.getParent()