mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-04-04 08:41:49 +00:00
Add a newline at the end of the file.
llvm-svn: 43550
This commit is contained in:
parent
4c331443c8
commit
c945dfa9af
@ -181,4 +181,4 @@ public:
|
|||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
@ -21,4 +21,4 @@ TEMPLATE_INSTANTIATION(class DominatorTreeBase<MachineBasicBlock>);
|
|||||||
|
|
||||||
char MachineDominatorTree::ID = 0;
|
char MachineDominatorTree::ID = 0;
|
||||||
static RegisterPass<MachineDominatorTree>
|
static RegisterPass<MachineDominatorTree>
|
||||||
E("machinedomtree", "MachineDominator Tree Construction", true);
|
E("machinedomtree", "MachineDominator Tree Construction", true);
|
||||||
|
@ -109,4 +109,4 @@ void StrongPHIElimination::computeDFS(MachineFunction& MF) {
|
|||||||
worklist.pop_back();
|
worklist.pop_back();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user