Skip to content

Commit 076e8d2

Browse files
committed
Remove stray charecter
1 parent 1569a46 commit 076e8d2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/lib/CodeGen/AtomicExpandPass.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -343,7 +343,7 @@ bool AtomicExpandImpl::run(Function &F, const TargetMachine *TM) {
343343
}
344344

345345
bool AtomicExpandLegacy::runOnFunction(Function &F) {
346-
i
346+
347347
auto *TM = &getAnalysis<TargetPassConfig>().getTM<TargetMachine>();
348348

349349
AtomicExpandImpl AE;

0 commit comments

Comments
 (0)