[all-commits] [llvm/llvm-project] 2e9d66: [NFC][BOLT] Rename createDummyReturnFunction to cr...
Paschalis Mpeis via All-commits
all-commits at lists.llvm.org
Fri Jul 12 02:09:15 PDT 2024
Branch: refs/heads/users/paschalis-mpeis/nfc-rename-createDummyReturnFunction
Home: https://github.com/llvm/llvm-project
Commit: 2e9d663a9a164735fbe1a2408994acc1abaa8c21
https://github.com/llvm/llvm-project/commit/2e9d663a9a164735fbe1a2408994acc1abaa8c21
Author: Paschalis Mpeis <Paschalis.Mpeis at arm.com>
Date: 2024-07-12 (Fri, 12 Jul 2024)
Changed paths:
M bolt/include/bolt/Core/MCPlusBuilder.h
M bolt/lib/Passes/Instrumentation.cpp
Log Message:
-----------
[NFC][BOLT] Rename createDummyReturnFunction to createReturnInstructionList
createDummyReturnFunction is not creating a function but instead only
a function body that is simply a return statement.
This patch renames it to:
createReturnInstructionList
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list