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 ff9b636 commit a2edc28Copy full SHA for a2edc28
llvm/lib/Transforms/Utils/InlineFunction.cpp
@@ -181,7 +181,7 @@ namespace {
181
};
182
} // end anonymous namespace
183
184
-static IntrinsicInst *getConvergenceEntry(BasicBlock &BB) {
+static IntrinsicInst *getConvergenceEntry(BasicBlock &BB) {
185
auto *I = BB.getFirstNonPHI();
186
while (I) {
187
if (auto *IntrinsicCall = dyn_cast<ConvergenceControlInst>(I)) {
0 commit comments