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 2ab02b6 commit 3dddaa3Copy full SHA for 3dddaa3
clang/lib/AST/ByteCode/Disasm.cpp
@@ -323,6 +323,8 @@ LLVM_DUMP_METHOD void Program::dump(llvm::raw_ostream &OS) const {
323
: TerminalColor{llvm::raw_ostream::RED, false});
324
OS << (GP.isInitialized() ? "initialized " : "uninitialized ");
325
}
326
+ if (GP.block()->isDummy())
327
+ OS << "dummy ";
328
Desc->dump(OS);
329
330
if (GP.isInitialized() && Desc->IsTemporary) {
0 commit comments