Fix pass name after the source was moved.

llvm-svn: 144014
This commit is contained in:
Jakob Stoklund Olesen 2011-11-07 21:23:39 +00:00
parent 69d57cf9c4
commit baffa7d35d
1 changed files with 1 additions and 1 deletions

View File

@ -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: