forked from OSchip/llvm-project
Fix pass name after the source was moved.
llvm-svn: 144014
This commit is contained in:
parent
69d57cf9c4
commit
baffa7d35d
|
@ -131,7 +131,7 @@ public:
|
|||
virtual bool runOnMachineFunction(MachineFunction &MF);
|
||||
|
||||
virtual const char *getPassName() const {
|
||||
return "SSE execution domain fixup";
|
||||
return "Execution dependency fix";
|
||||
}
|
||||
|
||||
private:
|
||||
|
|
Loading…
Reference in New Issue