OSDN Git Service

Add a description for the PatchableFunction pass; NFC
authorSanjoy Das <sanjoy@playingwithpointers.com>
Tue, 19 Apr 2016 06:25:02 +0000 (06:25 +0000)
committerSanjoy Das <sanjoy@playingwithpointers.com>
Tue, 19 Apr 2016 06:25:02 +0000 (06:25 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@266721 91177308-0d34-0410-b5e6-96231b3b80d8

lib/CodeGen/PatchableFunction.cpp

index ca345df..6fd9954 100644 (file)
@@ -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)