Skip to content

Commit 5d8a42d

Browse files
committed
Format
Created using spr 1.3.6-beta.1
1 parent 8e576a8 commit 5d8a42d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

llvm/lib/Transforms/IPO/LowerTypeTests.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2239,7 +2239,7 @@ bool LowerTypeTestsModule::lower() {
22392239
std::string TargetName;
22402240
};
22412241
std::vector<AliasToCreate> AliasesToCreate;
2242-
2242+
22432243
// Parse alias data to replace stand-in function declarations for aliases
22442244
// with an alias to the intended target.
22452245
if (ExportSummary) {
@@ -2469,7 +2469,7 @@ bool LowerTypeTestsModule::lower() {
24692469
A.Alias->replaceAllUsesWith(AliasGA);
24702470
A.Alias->eraseFromParent();
24712471
}
2472-
2472+
24732473
// Emit .symver directives for exported functions, if they exist.
24742474
if (ExportSummary) {
24752475
if (NamedMDNode *SymversMD = M.getNamedMetadata("symvers")) {

0 commit comments

Comments
 (0)