aboutsummaryrefslogtreecommitdiff
path: root/llvm/tools/opt
diff options
context:
space:
mode:
Diffstat (limited to 'llvm/tools/opt')
-rw-r--r--llvm/tools/opt/optdriver.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/tools/opt/optdriver.cpp b/llvm/tools/opt/optdriver.cpp
index 4a3b058..26902b2 100644
--- a/llvm/tools/opt/optdriver.cpp
+++ b/llvm/tools/opt/optdriver.cpp
@@ -224,7 +224,8 @@ static cl::opt<bool> EnableProfileVerification(
#else
cl::init(false),
#endif
- cl::desc("Start the pipeline with prof-inject and end it with prof-check"));
+ cl::desc(
+ "Start the pipeline with prof-inject and end it with prof-verify"));
static cl::opt<std::string> ClDataLayout("data-layout",
cl::desc("data layout string to use"),
@@ -339,7 +340,6 @@ static bool shouldPinPassToLegacyPM(StringRef Pass) {
"amdgpu-lower-kernel-attributes",
"amdgpu-propagate-attributes-early",
"amdgpu-propagate-attributes-late",
- "amdgpu-unify-metadata",
"amdgpu-printf-runtime-binding",
"amdgpu-always-inline"};
if (llvm::is_contained(PassNameExactToIgnore, Pass))