From 4519ff73dfadd2923e6231a328f61653695fbbcf Mon Sep 17 00:00:00 2001 From: Sanjoy Das Date: Tue, 19 Apr 2016 06:25:02 +0000 Subject: [PATCH] Add a description for the PatchableFunction pass; NFC llvm-svn: 266721 --- llvm/lib/CodeGen/PatchableFunction.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/llvm/lib/CodeGen/PatchableFunction.cpp b/llvm/lib/CodeGen/PatchableFunction.cpp index ca345df..6fd9954 100644 --- a/llvm/lib/CodeGen/PatchableFunction.cpp +++ b/llvm/lib/CodeGen/PatchableFunction.cpp @@ -67,4 +67,5 @@ bool PatchableFunction::runOnMachineFunction(MachineFunction &MF) { char PatchableFunction::ID = 0; char &llvm::PatchableFunctionID = PatchableFunction::ID; -INITIALIZE_PASS(PatchableFunction, "patchable-function", "", false, false) +INITIALIZE_PASS(PatchableFunction, "patchable-function", + "Implement the 'patchable-function' attribute", false, false) -- 2.7.4