Skip to content

Commit a2edc28

Browse files
committed
Fix format
1 parent ff9b636 commit a2edc28

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/lib/Transforms/Utils/InlineFunction.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,7 @@ namespace {
181181
};
182182
} // end anonymous namespace
183183

184-
static IntrinsicInst *getConvergenceEntry(BasicBlock &BB) {
184+
static IntrinsicInst *getConvergenceEntry(BasicBlock &BB) {
185185
auto *I = BB.getFirstNonPHI();
186186
while (I) {
187187
if (auto *IntrinsicCall = dyn_cast<ConvergenceControlInst>(I)) {

0 commit comments

Comments
 (0)