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:
parent
89ebc7ab4b
commit
1d5ebd6c03
@ -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…
x
Reference in New Issue
Block a user