[llvm] r266721 - Add a description for the PatchableFunction pass; NFC

Sanjoy Das via llvm-commits llvm-commits at lists.llvm.org
Mon Apr 18 23:25:03 PDT 2016


Author: sanjoy
Date: Tue Apr 19 01:25:02 2016
New Revision: 266721

URL: http://llvm.org/viewvc/llvm-project?rev=266721&view=rev
Log:
Add a description for the PatchableFunction pass; NFC

Modified:
    llvm/trunk/lib/CodeGen/PatchableFunction.cpp

Modified: llvm/trunk/lib/CodeGen/PatchableFunction.cpp
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/CodeGen/PatchableFunction.cpp?rev=266721&r1=266720&r2=266721&view=diff
==============================================================================
--- llvm/trunk/lib/CodeGen/PatchableFunction.cpp (original)
+++ llvm/trunk/lib/CodeGen/PatchableFunction.cpp Tue Apr 19 01:25:02 2016
@@ -67,4 +67,5 @@ bool PatchableFunction::runOnMachineFunc
 
 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)




More information about the llvm-commits mailing list