mirror of
https://github.com/RPCS3/llvm.git
synced 2025-05-13 08:56:04 +00:00
[EntryExitInstrumenter] Placate GCC, the semicolon is redundant. NFCI.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@318217 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
5ba2ceb8b2
commit
eaa439c25a
@ -124,12 +124,11 @@ char PostInlineEntryExitInstrumenter::ID = 0;
|
||||
INITIALIZE_PASS(
|
||||
EntryExitInstrumenter, "ee-instrument",
|
||||
"Instrument function entry/exit with calls to e.g. mcount() (pre inlining)",
|
||||
false, false);
|
||||
|
||||
false, false)
|
||||
INITIALIZE_PASS(PostInlineEntryExitInstrumenter, "post-inline-ee-instrument",
|
||||
"Instrument function entry/exit with calls to e.g. mcount() "
|
||||
"(post inlining)",
|
||||
false, false);
|
||||
false, false)
|
||||
|
||||
FunctionPass *llvm::createEntryExitInstrumenterPass() {
|
||||
return new EntryExitInstrumenter();
|
||||
|
Loading…
x
Reference in New Issue
Block a user