We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6e88ac2 commit af66659Copy full SHA for af66659
llvm/lib/CodeGen/GlobalISel/Localizer.cpp
@@ -23,7 +23,7 @@ using namespace llvm;
23
char Localizer::ID = 0;
24
INITIALIZE_PASS(Localizer, DEBUG_TYPE,
25
"Move/duplicate certain instructions close to their use", false,
26
- false);
+ false)
27
28
Localizer::Localizer() : MachineFunctionPass(ID) {
29
initializeLocalizerPass(*PassRegistry::getPassRegistry());
0 commit comments