1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2025-02-01 05:01:59 +01:00

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 89ebc7ab4b
commit 1d5ebd6c03

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: