[IPO/ConstantMerge] Garbage collect dead code. NFC.

llvm-svn: 268442
This commit is contained in:
Davide Italiano 2016-05-03 21:30:10 +00:00
parent 0c64813565
commit c91e0b2fde
1 changed files with 0 additions and 3 deletions

View File

@ -45,9 +45,6 @@ namespace {
// duplicate constants.
bool runOnModule(Module &M) override;
// Return true iff we can determine the alignment of this global variable.
bool hasKnownAlignment(GlobalVariable *GV) const;
// Return the alignment of the global, including converting the default
// alignment to a concrete value.
unsigned getAlignment(GlobalVariable *GV) const;