mirror of
https://github.com/RPCS3/llvm.git
synced 2024-12-12 06:06:32 +00:00
[XRay] Remove unused variable
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@280891 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
339ade73a0
commit
0b559dd7d3
@ -97,8 +97,8 @@ void XRayInstrumentation::prependRetWithPatchableExit(MachineFunction &MF,
|
||||
for (auto &T : MBB.terminators()) {
|
||||
if (T.isReturn()) {
|
||||
// Prepend the return instruction with PATCHABLE_FUNCTION_EXIT
|
||||
auto MIB = BuildMI(MBB, T, T.getDebugLoc(),
|
||||
TII->get(TargetOpcode::PATCHABLE_FUNCTION_EXIT));
|
||||
BuildMI(MBB, T, T.getDebugLoc(),
|
||||
TII->get(TargetOpcode::PATCHABLE_FUNCTION_EXIT));
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user