[all-commits] [llvm/llvm-project] 8c147e: [NFC][BOLT] Rename createDummyReturnFunction to cr...
Paschalis Mpeis via All-commits
all-commits at lists.llvm.org
Mon Jul 15 00:03:50 PDT 2024
Branch: refs/heads/users/paschalis-mpeis/nfc-rename-createDummyReturnFunction
Home: https://github.com/llvm/llvm-project
Commit: 8c147e0ecb3f365f51c473c5326528075e50f785
https://github.com/llvm/llvm-project/commit/8c147e0ecb3f365f51c473c5326528075e50f785
Author: Paschalis Mpeis <Paschalis.Mpeis at arm.com>
Date: 2024-07-15 (Mon, 15 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