We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 59216f2 commit d593d58Copy full SHA for d593d58
bolt/lib/Core/BinaryFunction.cpp
@@ -1408,9 +1408,7 @@ Error BinaryFunction::disassemble() {
1408
// A recursive call. Calls to internal blocks are handled by
1409
// ValidateInternalCalls pass.
1410
TargetSymbol = getSymbol();
1411
- }
1412
-
1413
- if (!TargetSymbol) {
+ } else {
1414
// Create either local label or external symbol.
1415
if (containsAddress(TargetAddress)) {
1416
TargetSymbol = getOrCreateLocalLabel(TargetAddress);
0 commit comments