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 a31fac8 commit 7f5a5f4Copy full SHA for 7f5a5f4
llvm/lib/CodeGen/MachineLoopInfo.cpp
@@ -192,8 +192,8 @@ MDNode *MachineLoop::getLoopID() const {
192
const auto *TI = BB->getTerminator();
193
if (!TI)
194
return nullptr;
195
- MDNode *MD = TI->getMetadata(LLVMContext::MD_loop);
196
+ MDNode *MD = TI->getMetadata(LLVMContext::MD_loop);
197
if (!MD)
198
199
0 commit comments