From: Jakob Stoklund Olesen Date: Mon, 7 Nov 2011 21:23:39 +0000 (+0000) Subject: Fix pass name after the source was moved. X-Git-Tag: android-x86-6.0-r1~412 X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=f318b3db94d3336dd82dc4574e2741b70e0be294;p=android-x86%2Fexternal-llvm.git Fix pass name after the source was moved. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@144014 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/CodeGen/ExecutionDepsFix.cpp b/lib/CodeGen/ExecutionDepsFix.cpp index 01dccdb71e4..3786d57521f 100644 --- a/lib/CodeGen/ExecutionDepsFix.cpp +++ b/lib/CodeGen/ExecutionDepsFix.cpp @@ -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: